diff --git a/package.json b/package.json index d2d9fcb..c12e667 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "license": "MIT", "scripts": { "dev": "next dev", - "build": "next build", - "start": "next start", + "build": "git rebase main && next build && next export && rm -rf docs && mv out docs", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ." }, "eslintConfig": { diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..340ddd7 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +sms.sup39.dev