Skip to content

Commit 5d1bf06

Browse files
committed
fix typo
1 parent 420c358 commit 5d1bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from "vite";
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
// base dir for gh-pages
7-
base: "typescript-runtime-time-benchmarks/",
7+
base: "typescript-runtime-type-benchmarks/",
88
plugins: [react()],
99
optimizeDeps: {
1010
exclude: ["@sqlite.org/sqlite-wasm"],

0 commit comments

Comments
 (0)