craft your forge, build your project, grow your community freely
1---
2id: "4c5b"
3priority: 91
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Web path is not good
1112## Prerequist
1314Need to have a repository named `repo1` in instance `http://localhost:4545`.
15Active apex plugin in repo1 but not in root.
1617## Bug
1819Go to `http://localhost:4545/repo1`, css will not load. Any link to [a file](./file.md) will go to `http://localhost:4545/file.html` instead of `http://localhost:4545/repo1/file.html`.
2021## Solution
2223Redirect 30X from `http://localhost:4545/repo1` to `http://localhost:4545/repo1/`24Maybe try with a `base-href="/repo1/"`