Skip to content
Snippets Groups Projects
Commit 38568b6a authored by insert's avatar insert
Browse files

Use static export.

parent e734fa9e
Branches master
No related merge requests found
{
"name": "developers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"build": "next build && next export"
},
"dependencies": {
"base64-js": "^1.3.1",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment