We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407a4ce commit afe1aa9Copy full SHA for afe1aa9
vite.config.js
@@ -1,8 +1,8 @@
1
-import { defineConfig } from 'vite'
2
-import react from '@vitejs/plugin-react'
+import { defineConfig } from "vite";
+import react from "@vitejs/plugin-react";
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
- base: "/simple-qrcode-generator/",
+ base: "/simple-landing-page/",
7
plugins: [react()],
8
-})
+});
0 commit comments