Skip to content

Commit

Permalink
add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Dec 25, 2020
1 parent 383ae48 commit df5db09
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 @@
ryzokuken.dev
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"deploy": "gh-pages --dist _site --branch master",
"build": "eleventy --formats=md,css,pdf,eot,ttf,svg,woff,njk,liquid",
"build": "eleventy --formats=md,css,pdf,eot,ttf,svg,woff,njk,liquid && cp CNAME _site/",
"build:slides": "marp --watch ./temporal-2020-04/README.md -o ./temporal-2020-04/index.html --html",
"dev": "eleventy --serve --formats=md,css,pdf,eot,ttf,svg,woff,njk,liquid"
},
Expand Down

0 comments on commit df5db09

Please sign in to comment.