pngwn commited on
Commit
41e158c
β€’
1 Parent(s): cc8719a
Files changed (2) hide show
  1. README.md +10 -0
  2. package.json +1 -1
README.md CHANGED
@@ -1 +1,11 @@
 
 
 
 
 
 
 
 
 
 
1
  This is a starter template for [Learn Next.js](https://nextjs.org/learn).
 
1
+ ---
2
+ title: Static Space NextJS
3
+ emoji: πŸ‘€
4
+ colorFrom: purple
5
+ colorTo: yellow
6
+ sdk: static
7
+ pinned: false
8
+ app_file: out/index.html
9
+ ---
10
+
11
  This is a starter template for [Learn Next.js](https://nextjs.org/learn).
package.json CHANGED
@@ -2,7 +2,7 @@
2
  "private": true,
3
  "scripts": {
4
  "dev": "next dev",
5
- "build": "next build",
6
  "start": "next start"
7
  },
8
  "dependencies": {
 
2
  "private": true,
3
  "scripts": {
4
  "dev": "next dev",
5
+ "build": "next build && next export",
6
  "start": "next start"
7
  },
8
  "dependencies": {