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 = {
301301 tagName : 'link' ,
302302 attributes : {
303303 rel : 'preload' ,
304- href : '/fonts/nacelle/Nacelle-Regular .otf' ,
304+ href : '/fonts/nacelle/nacelle-regular .otf' ,
305305 as : 'font' ,
306306 type : 'font/otf' ,
307307 crossorigin : 'anonymous' ,
@@ -311,7 +311,7 @@ const config: Config = {
311311 tagName : 'link' ,
312312 attributes : {
313313 rel : 'preload' ,
314- href : '/fonts/nacelle/Nacelle-Light .otf' ,
314+ href : '/fonts/nacelle/nacelle-light .otf' ,
315315 as : 'font' ,
316316 type : 'font/otf' ,
317317 crossorigin : 'anonymous' ,
@@ -321,7 +321,7 @@ const config: Config = {
321321 tagName : 'link' ,
322322 attributes : {
323323 rel : 'preload' ,
324- href : '/fonts/nacelle/Nacelle-SemiBold .otf' ,
324+ href : '/fonts/nacelle/nacelle-semibold .otf' ,
325325 as : 'font' ,
326326 type : 'font/otf' ,
327327 crossorigin : 'anonymous' ,
@@ -361,6 +361,7 @@ const config: Config = {
361361 {
362362 hashed : true ,
363363 indexBlog : false ,
364+ docsRouteBasePath : '/' ,
364365 } ,
365366 ] ,
366367 'docusaurus-theme-openapi-docs' ,
You can’t perform that action at this time.
0 commit comments