This commit is contained in:
2026-01-01 19:57:00 +08:00
parent 98e5d95ba4
commit 37d87a8438
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ useHead({
}, },
], ],
}); });
</script> </script>
<template> <template>

View File

@@ -8,9 +8,9 @@
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=4096 nuxt build", "build": "nuxt build",
"dev": "nuxt dev", "dev": "nuxt dev",
"generate": "NODE_OPTIONS=--max-old-space-size=4096 nuxt generate", "generate": "nuxt generate",
"preview": "nuxt preview", "preview": "nuxt preview",
"postinstall": "nuxt prepare", "postinstall": "nuxt prepare",
"lint": "eslint .", "lint": "eslint .",