diff --git a/vite.config.js b/vite.config.js index 35b1186..e9d67fd 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: "/", resolve: { alias: { styles: path.resolve(__dirname, "/src/styles"),