We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c232536 commit 5ae0aa4Copy full SHA for 5ae0aa4
docs/components/DemoIframe.vue
@@ -36,7 +36,7 @@ export default {
36
},
37
computed: {
38
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}`
+ return `${import.meta.env.DEV ? 'http://localhost:3000' : ''}/v1-demo-windowed#${this.url}?bg=${this.bg}&color=${this.color}&iframe_id=${this.iframe_id}`
40
41
42
watch: {
vite.config.ts
@@ -9,7 +9,7 @@ import path from "path";
9
// https://vitejs.dev/config/
10
export default defineConfig({
11
plugins: [UnoCSS(), react()],
12
- base: "/he-tree-react",
+ base: "/v1-demo-windowed",
13
server: {
14
port: 3000,
15
0 commit comments