We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c92f7 commit f622334Copy full SHA for f622334
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@data-preservation-programs/singularity-website",
3
"version": "1.0.0",
4
- "description": "Get a Nuxt 3 site up and running fast 🚀",
+ "description": "Static marketing site for Singularity",
5
"author": {
6
"name": "Agency Undone",
7
"email": "[email protected]"
@@ -12,11 +12,11 @@
12
},
13
"license": "Apache-2.0",
14
"scripts": {
15
- "build": "nuxt build",
16
- "dev": "nuxt dev --no-clear",
17
- "generate": "nuxt generate",
18
- "preview": "nuxt preview",
19
- "postinstall": "nuxt prepare"
+ "build": "nuxi build",
+ "dev": "nuxi dev --no-clear",
+ "generate": "nuxi generate",
+ "preview": "nuxi preview",
+ "postinstall": "nuxi prepare"
20
21
"overrides": {
22
"vue": "latest"
0 commit comments