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 7891d4f commit eaa7d35Copy full SHA for eaa7d35
vite.config.js
@@ -0,0 +1,5 @@
1
+import { defineConfig } from "vite";
2
+
3
+export default defineConfig(({ mode }) => ({
4
+ base: mode === "production" ? "/codemirror-lambda-calculus" : "",
5
+}));
0 commit comments