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