diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 0374bd06a2..d436f73ace 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -117,7 +117,7 @@ "vue-router": "^4.3.2" }, "devDependencies": { - "@nuxt/ui-templates": "link:../ui-templates", + "@nuxt/ui-templates": "workspace:*", "@parcel/watcher": "2.4.1", "@types/estree": "1.0.5", "@types/fs-extra": "11.0.4", diff --git a/packages/nuxt/src/core/runtime/nitro/error-500.ts b/packages/nuxt/src/core/runtime/nitro/error-500.ts index 9471d7448a..839a581fdc 120000 --- a/packages/nuxt/src/core/runtime/nitro/error-500.ts +++ b/packages/nuxt/src/core/runtime/nitro/error-500.ts @@ -1 +1 @@ -export * from '@nuxt/ui-templates/dist/templates/error-500' \ No newline at end of file +export * from '../../../../../ui-templates/dist/templates/error-dev' \ No newline at end of file diff --git a/packages/nuxt/src/core/runtime/nitro/error-dev.ts b/packages/nuxt/src/core/runtime/nitro/error-dev.ts index 8ac3f32b21..839a581fdc 120000 --- a/packages/nuxt/src/core/runtime/nitro/error-dev.ts +++ b/packages/nuxt/src/core/runtime/nitro/error-dev.ts @@ -1 +1 @@ -export * from '@nuxt/ui-templates/dist/templates/error-dev' \ No newline at end of file +export * from '../../../../../ui-templates/dist/templates/error-dev' \ No newline at end of file