Use base url for building actions

This commit is contained in:
brecert
2021-09-10 18:03:06 -04:00
parent 08e226cd0c
commit 9bd31c4c7e
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import Client from "./revoltjs/RevoltClient";
export default function Context({ children }: { children: Children }) {
return (
<Router>
<Router basename={import.meta.env.BASE_URL}>
<State>
<Theme>
<Settings>