We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
next export
1 parent bd176be commit ccb85d6Copy full SHA for ccb85d6
2 files changed
next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
package.json
@@ -4,7 +4,7 @@
"description": "Silly little personal website",
"scripts": {
6
"dev": "next dev",
7
- "build": "next build && next export",
+ "build": "next build",
8
"lint": "tsc && biome lint --diagnostic-level=error pages components",
9
"start": "next dev"
10
},
0 commit comments