Update vite.config.js
This commit is contained in:
parent
a3aab0b476
commit
0b7bde262a
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Reference in a new issue