Spaces:
Running
Running
pngwn commited on
Commit ·
41e158c
1
Parent(s): cc8719a
init
Browse files- README.md +10 -0
- 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": {
|