Skip to content

Commit

Permalink
Update config.ts (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
avorylli authored Feb 10, 2025
1 parent cc3f992 commit e5c748c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default {
(file) => /Untitled-Sans-Regular\.\w+\.woff2/
);
const untitledSansMediumFont = assets.find(
(file) => /Unititled-Sans-Medium\.\w+\.woff2/
(file) => /Untitled-Sans-Medium\.\w+\.woff2/
);

const headConfig: HeadConfig[] = [];
Expand Down

0 comments on commit e5c748c

Please sign in to comment.