kopia lustrzana https://github.com/shoelace-style/shoelace
don't use hash routing in dev
rodzic
d7dd4b82da
commit
c173d0d76e
|
|
@ -78,7 +78,7 @@
|
||||||
crossChapter: true,
|
crossChapter: true,
|
||||||
crossChapterText: false
|
crossChapterText: false
|
||||||
},
|
},
|
||||||
routerMode: location.port ? 'hash' : 'history',
|
routerMode: 'history',
|
||||||
search: {
|
search: {
|
||||||
maxAge: 86400000, // Expiration time, the default one day
|
maxAge: 86400000, // Expiration time, the default one day
|
||||||
paths: 'auto',
|
paths: 'auto',
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ try {
|
||||||
logPrefix: '[shoelace]',
|
logPrefix: '[shoelace]',
|
||||||
logFileChanges: true,
|
logFileChanges: true,
|
||||||
notify: false,
|
notify: false,
|
||||||
|
single: true,
|
||||||
server: {
|
server: {
|
||||||
baseDir: 'docs',
|
baseDir: 'docs',
|
||||||
routes: {
|
routes: {
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue