Skip to content

Commit 9a07202

Browse files
committed
fix: update root repo path
Signed-off-by: Ruihang Xia <[email protected]>
1 parent 5391e1b commit 9a07202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DataFusion Playground
88

99
Playground of [Apache Arrow DataFusion](https://github.com/apache/arrow-datafusion) with [WebAssembly](https://webassembly.org). In the early experimental stage as my side project.
1010

11-
🌱 Live Demo: https://waynexia.github.io/datafusion-playground/
11+
🌱 Live Demo: https://datafusion-contrib.github.io/datafusion-wasm-playground/
1212

1313
## Features
1414

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import jotaiReactRefresh from 'jotai/babel/plugin-react-refresh'
88

99
// https://vitejs.dev/config/
1010
export default defineConfig({
11-
base: '/datafusion-playground/',
11+
base: '/datafusion-wasm-playground/',
1212
plugins: [
1313
wasm(),
1414
topLevelAwait(),

0 commit comments

Comments
 (0)