diff --git a/.gitignore b/.gitignore index a547bf3..c55f269 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +*.tsbuildinfo diff --git a/vite.config.ts b/vite.config.ts index 8b0f57b..beb9a76 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], + base: '/', })