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 6bde1e7 commit e9f6002Copy full SHA for e9f6002
docs-site/vite.config.js
@@ -1,6 +1,9 @@
1
import { defineConfig } from "vite";
2
import react from "@vitejs/plugin-react";
3
import path from "path";
4
+import { fileURLToPath } from "url";
5
+
6
+const __dirname = path.dirname(fileURLToPath(import.meta.url));
7
8
export default defineConfig({
9
plugins: [react()],
0 commit comments