Skip to content

Commit

Permalink
chore: CNAME added
Browse files Browse the repository at this point in the history
  • Loading branch information
vied12 committed Mar 24, 2020
1 parent 5acc32b commit f878f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.rchrd.eu
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "next",
"build": "next build",
"start": "next start",
"export": "rm -rf node_modules/.cache && npm run build && next export && touch out/.nojekyll && cp keybase.txt out/",
"export": "rm -rf node_modules/.cache && npm run build && next export && touch out/.nojekyll && cp keybase.txt CNAME out/",
"deploy": "npm run export && node scripts/publish.js",
"placeholders": "node scripts/convert.js"
},
Expand Down

0 comments on commit f878f31

Please sign in to comment.