Skip to content

Commit 5ae0aa4

Browse files
committedMar 4, 2024
build: demo base url
1 parent c232536 commit 5ae0aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/components/DemoIframe.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
},
3737
computed: {
3838
fullUrl() {
39-
return `${import.meta.env.DEV ? 'http://localhost:3000' : ''}/he-tree-react#${this.url}?bg=${this.bg}&color=${this.color}&iframe_id=${this.iframe_id}`
39+
return `${import.meta.env.DEV ? 'http://localhost:3000' : ''}/v1-demo-windowed#${this.url}?bg=${this.bg}&color=${this.color}&iframe_id=${this.iframe_id}`
4040
},
4141
},
4242
watch: {

‎vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import path from "path";
99
// https://vitejs.dev/config/
1010
export default defineConfig({
1111
plugins: [UnoCSS(), react()],
12-
base: "/he-tree-react",
12+
base: "/v1-demo-windowed",
1313
server: {
1414
port: 3000,
1515
},

0 commit comments

Comments
 (0)
Please sign in to comment.