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 9b63b32 commit 3eb7eabCopy full SHA for 3eb7eab
vite.config.js
@@ -3,6 +3,7 @@ import checker from "vite-plugin-checker";
3
import eslint from "vite-plugin-eslint";
4
5
export default defineConfig({
6
+ base: "./",
7
plugins: [
8
checker({
9
// e.g. use TypeScript check
0 commit comments