Update vite.config.js

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

View file

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