We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bcbe3 commit ab49c8aCopy full SHA for ab49c8a
1 file changed
geographical_interlocking/simulator/react/vite.config.ts
@@ -6,4 +6,5 @@ import wasm from "vite-plugin-wasm";
6
7
export default defineConfig({
8
plugins: [tailwindcss(), reactRouter(), tsconfigPaths(), wasm()],
9
+ base: process.env.GH_PAGES ? "/interlocking/geographical-interlocking/" : "/",
10
});
0 commit comments