diff --git a/vite.config.js b/vite.config.js index 6ebe5dd..e1501b1 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,7 +4,7 @@ import path from "path" export default defineConfig({ plugins: [react()], - base: '/movie-react-app', + base: '/movie-react-app/', resolve: { alias: { styles: path.resolve(__dirname, "/src/styles"),