Skip to content

Commit 6a53f17

Browse files
feat: nuxt v4
no nixxing frfr
1 parent 5ad8e48 commit 6a53f17

File tree

3 files changed

+2674
-2234
lines changed

3 files changed

+2674
-2234
lines changed

nuxt.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ const NAME = 'Horu'
22
const DESCRIPTION = 'Horu\'s personal website'
33

44
export default defineNuxtConfig({
5-
future: {
6-
compatibilityVersion: 4,
7-
},
85
typescript: {
96
strict: true,
107
},
@@ -50,7 +47,6 @@ export default defineNuxtConfig({
5047
components: false,
5148
},
5249
pwa: {
53-
devOptions: { enabled: true },
5450
registerType: 'autoUpdate',
5551
workbox: {
5652
navigateFallback: '/',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@types/eslint": "^9.6.1",
2323
"@unocss/eslint-plugin": "^66.1.2",
2424
"@unocss/nuxt": "^66.1.2",
25-
"@vite-pwa/nuxt": "^1.0.1",
25+
"@vite-pwa/nuxt": "1.0.4",
2626
"@vueuse/core": "^13.2.0",
2727
"eslint": "^9.27.0",
28-
"nuxt": "^3.17.3",
28+
"nuxt": "4.0.3",
2929
"sass-embedded": "^1.89.0",
3030
"typescript": "^5.8.3",
3131
"vue-tsc": "^2.2.10"

0 commit comments

Comments
 (0)