Update vite.config.js

This commit is contained in:
Henry Hiles 2022-11-15 10:40:13 -05:00 committed by GitHub
commit 0b7bde262a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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