Update vite.config.js

This commit is contained in:
Henry Hiles 2022-11-15 10:40:13 -05:00 committed by GitHub
parent a3aab0b476
commit 0b7bde262a
Failed to generate hash of commit

View file

@ -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"),