Skip to content

Commit 61ef1b6

Browse files
committed
fix: add title
1 parent b1a83a1 commit 61ef1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export default defineNuxtConfig({
5959
app: {
6060
head: {
6161
htmlAttrs: { lang: 'en-US' },
62+
title: 'npmx',
6263
link: [
6364
{
6465
rel: 'search',
@@ -188,7 +189,6 @@ export default defineNuxtConfig({
188189

189190
htmlValidator: {
190191
failOnError: true,
191-
ignore: [/200\.html/],
192192
},
193193

194194
ogImage: {

0 commit comments

Comments
 (0)