Skip to content

Commit 7edebe8

Browse files
alephpiCopilot
andcommitted
fix
Co-authored-by: Copilot <copilot@github.com>
1 parent 4d19b34 commit 7edebe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default defineNuxtConfig({
4141
]
4242
},
4343
hooks: {
44-
ready: (nuxt) => {
44+
'ready': (nuxt) => {
4545
copyKatexFonts(nuxt.options.rootDir)
4646
},
4747
'nitro:build:public-assets': (nitro) => {

0 commit comments

Comments
 (0)