fix: move url field on content page to root

This commit is contained in:
Christel Westerberg
2024-04-18 10:28:35 +02:00
parent d2c1887179
commit 1a95b65653
4 changed files with 4 additions and 20 deletions

View File

@@ -25,5 +25,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", ".next"]
}