Skip to content

Commit 4281a96

Browse files
committed
add homepage + static export
1 parent 2a31091 commit 4281a96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "next-app",
3+
"homepage": "wece.illinois.edu",
34
"version": "0.1.0",
45
"private": true,
56
"scripts": {
67
"dev": "next dev",
78
"build": "next build",
8-
"start": "next start"
9+
"start": "next start",
10+
"export": "next export"
911
},
1012
"dependencies": {
1113
"@svgr/webpack": "^5.4.0",

0 commit comments

Comments
 (0)