We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4
1 parent 1beddba commit 7aae403Copy full SHA for 7aae403
packages/nuxt/src/core/nuxt.ts
@@ -661,7 +661,7 @@ export async function loadNuxt (opts: LoadNuxtOptions): Promise<Nuxt> {
661
662
// Temporary until finding better placement for each
663
options.appDir = options.alias['#app'] = resolve(distDir, 'app')
664
- options._majorVersion = 3
+ options._majorVersion = 4
665
666
// De-duplicate key arrays
667
for (const key in options.app.head || {}) {
packages/schema/src/config/internal.ts
@@ -2,7 +2,7 @@ import { defineUntypedSchema } from 'untyped'
2
3
export default defineUntypedSchema({
/** @private */
5
- _majorVersion: 3,
+ _majorVersion: 4,
6
7
_legacyGenerate: false,
8
0 commit comments