Skip to content

Commit cb77ddc

Browse files
committed
chore: lint
1 parent 2de885b commit cb77ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/pages/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default defineNuxtModule({
277277

278278
// TODO: inject routes in `200.html` in next nitro upgrade (2.9.7+) via https://github.com/unjs/nitro/pull/2517
279279
if (!nuxt.options.dev && !nuxt.options._prepare && nuxt.options.ssr) {
280-
nuxt.hook('app:templatesGenerated', (app) => {
280+
nuxt.hook('app:templatesGenerated', () => {
281281
const nitro = useNitro()
282282
if (nitro.options.prerender.crawlLinks) {
283283
nitro.options.prerender.routes.push('/')

0 commit comments

Comments
 (0)