diff --git a/README.md b/README.md index 80a725d..00b6f8b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vite.config.ts b/vite.config.ts index 755b066..a688dfb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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(),