Remove base path

This commit is contained in:
“Henry-Hiles” 2022-11-15 11:34:54 -05:00
parent f9ff8af616
commit b9f6c71fb7

View file

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