diff --git a/web/index.html b/web/index.html index bdac553..f894d88 100644 --- a/web/index.html +++ b/web/index.html @@ -8,6 +8,10 @@
+ diff --git a/web/public/noscript.png b/web/public/noscript.png new file mode 100644 index 0000000..adc9ca6 Binary files /dev/null and b/web/public/noscript.png differ diff --git a/web/vite.config.ts b/web/vite.config.ts index b1b5f91..8d5019d 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()] + plugins: [react()], + publicDir: 'public', })