Skip to content

Commit ccb85d6

Browse files
committed
Migrate away from next export command
1 parent bd176be commit ccb85d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Silly little personal website",
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build && next export",
7+
"build": "next build",
88
"lint": "tsc && biome lint --diagnostic-level=error pages components",
99
"start": "next dev"
1010
},

0 commit comments

Comments
 (0)