File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ const config: Config = {
301
301
tagName : 'link' ,
302
302
attributes : {
303
303
rel : 'preload' ,
304
- href : '/fonts/nacelle/Nacelle-Regular .otf' ,
304
+ href : '/fonts/nacelle/nacelle-regular .otf' ,
305
305
as : 'font' ,
306
306
type : 'font/otf' ,
307
307
crossorigin : 'anonymous' ,
@@ -311,7 +311,7 @@ const config: Config = {
311
311
tagName : 'link' ,
312
312
attributes : {
313
313
rel : 'preload' ,
314
- href : '/fonts/nacelle/Nacelle-Light .otf' ,
314
+ href : '/fonts/nacelle/nacelle-light .otf' ,
315
315
as : 'font' ,
316
316
type : 'font/otf' ,
317
317
crossorigin : 'anonymous' ,
@@ -321,7 +321,7 @@ const config: Config = {
321
321
tagName : 'link' ,
322
322
attributes : {
323
323
rel : 'preload' ,
324
- href : '/fonts/nacelle/Nacelle-SemiBold .otf' ,
324
+ href : '/fonts/nacelle/nacelle-semibold .otf' ,
325
325
as : 'font' ,
326
326
type : 'font/otf' ,
327
327
crossorigin : 'anonymous' ,
@@ -361,6 +361,7 @@ const config: Config = {
361
361
{
362
362
hashed : true ,
363
363
indexBlog : false ,
364
+ docsRouteBasePath : '/' ,
364
365
} ,
365
366
] ,
366
367
'docusaurus-theme-openapi-docs' ,
You can’t perform that action at this time.
0 commit comments