From e122893f673e9777ce27b318fbbf2df00a667600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Riquelme=20Guzm=C3=A1n?= Date: Wed, 7 Feb 2024 23:15:04 -0300 Subject: [PATCH] chore: add base url --- src/App.tsx | 2 +- vite.config.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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