diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..084f577 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +www.suhanwijaya.com \ No newline at end of file diff --git a/package.json b/package.json index b968f09..5008847 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build-ssr": "next build", "start-ssr": "next start", "build": "next build && next export -o docs", - "postbuild": "copyfiles .nojekyll docs", + "postbuild": "copyfiles .nojekyll CNAME docs", "start": "serve docs" }, "author": "Suhan Wijaya",