GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "4c5b"
 3priority: 91
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Web path is not good
11
12## Prerequist
13
14Need to have a repository named `repo1` in instance `http://localhost:4545`.
15Active apex plugin in repo1 but not in root.
16
17## Bug
18
19Go 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`.
20
21## Solution
22
23Redirect 30X from `http://localhost:4545/repo1` to `http://localhost:4545/repo1/`
24Maybe try with a `base-href="/repo1/"`