We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420c358 commit 5d1bf06Copy full SHA for 5d1bf06
app/vite.config.ts
@@ -4,7 +4,7 @@ import { defineConfig } from "vite";
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
// base dir for gh-pages
7
- base: "typescript-runtime-time-benchmarks/",
+ base: "typescript-runtime-type-benchmarks/",
8
plugins: [react()],
9
optimizeDeps: {
10
exclude: ["@sqlite.org/sqlite-wasm"],
0 commit comments