diff --git a/src/App.tsx b/src/App.tsx index 80a6fa5..4409a9f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -18,7 +18,7 @@ function App(): JSX.Element { - +
} /> diff --git a/vite.config.ts b/vite.config.ts index c19e70e..78a9f96 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,5 +11,6 @@ export default defineConfig({ }, test: { environment: "jsdom" - } + }, + base: "/transfers" }); \ No newline at end of file