diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..f13e2c4 --- /dev/null +++ b/public/404.html @@ -0,0 +1,8 @@ + + +
+ + + + + diff --git a/vite.config.js b/vite.config.js index 5a33944..6281756 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], + base: '/cv-application/', })