File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < link rel ="icon " type ="image/x-icon " href ="https://dhtmlx.com /favicon.ico ">
5
+ < link rel ="icon " type ="image/x-icon " href ="/favicon.ico ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > DHX Diagram with Vue</ title >
8
8
</ head >
Original file line number Diff line number Diff line change 5
5
"start" : " vite" ,
6
6
"build" : " vite build" ,
7
7
"preview" : " vite preview --port 4173" ,
8
- "deploy" : " gh-pages -d dist"
8
+ "deploy" : " yarn build && gh-pages -d dist"
9
9
},
10
10
"dependencies" : {
11
11
"@dhx/trial-diagram" : " ^6.0.1" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import vue from '@vitejs/plugin-vue'
6
6
// https://vitejs.dev/config/
7
7
export default defineConfig ( {
8
8
plugins : [ vue ( ) ] ,
9
+ base : "./" ,
9
10
resolve : {
10
11
alias : {
11
12
'@' : fileURLToPath ( new URL ( './src' , import . meta. url ) )
You can’t perform that action at this time.
0 commit comments