Skip to content

Commit afe1aa9

Browse files
committed
update base name
1 parent 407a4ce commit afe1aa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vite.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { defineConfig } from 'vite'
2-
import react from '@vitejs/plugin-react'
1+
import { defineConfig } from "vite";
2+
import react from "@vitejs/plugin-react";
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
base: "/simple-qrcode-generator/",
6+
base: "/simple-landing-page/",
77
plugins: [react()],
8-
})
8+
});

0 commit comments

Comments
 (0)