File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ const baseURL = process . env . NODE_ENV === 'production' ? '/flowforge/' : '/'
2+
13export default defineAppConfig ( {
24 docus : {
35 title : 'Flowforge' ,
46 description : 'Transform any Laravel model into production-ready drag-and-drop Kanban boards.' ,
57 url : 'https://relaticle.github.io/flowforge/' ,
6- image : '/ preview.png' ,
8+ image : ` ${ baseURL } preview.png` ,
79 github : {
8- dir : 'docs/content' ,
910 branch : '2.x' ,
1011 repo : 'flowforge' ,
1112 owner : 'Relaticle' ,
12- edit : true
13+ edit : true ,
14+ rootDir : 'docs'
1315 } ,
1416 header : {
1517 logo : {
1618 alt : 'Flowforge Logo' ,
17- light : ( process . env . NODE_ENV === 'production' ? '/flowforge/' : '/' ) + ' logo-light.svg' ,
18- dark : ( process . env . NODE_ENV === 'production' ? '/flowforge/' : '/' ) + ' logo-dark.svg'
19+ light : ` ${ baseURL } logo-light.svg` ,
20+ dark : ` ${ baseURL } logo-dark.svg`
1921 } ,
2022 showLinkIcon : false ,
2123 fluid : false ,
You can’t perform that action at this time.
0 commit comments