Skip to content

Commit 0ba291b

Browse files
committed
fix: the 404s
1 parent deaf7f8 commit 0ba291b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)