Skip to content

Commit

Permalink
fix: update root repo path
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Apr 8, 2024
1 parent 5391e1b commit 9a07202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DataFusion Playground

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.

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

## Features

Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import jotaiReactRefresh from 'jotai/babel/plugin-react-refresh'

// https://vitejs.dev/config/
export default defineConfig({
base: '/datafusion-playground/',
base: '/datafusion-wasm-playground/',
plugins: [
wasm(),
topLevelAwait(),
Expand Down

0 comments on commit 9a07202

Please sign in to comment.