bring back CNAME

This commit is contained in:
Kat Marchán 2025-01-01 17:22:40 -08:00
parent 1fb26fccb7
commit c9f7c7f1ee
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"static": "cp -r static/* docs",
"build": "npm run clean && npm run static && postcss src/styles/global.css > docs/styles/global.css && postcss src/styles/play.css > docs/styles/play.css",
"dev": "npm run build && eleventy --config=.eleventy.mjs --serve",
"prod": "NODE_ENV=production npm run build && eleventy --config=.eleventy.mjs",
"prod": "NODE_ENV=production npm run build && eleventy --config=.eleventy.mjs && cp src/CNAME docs",
"format": "prettier --write src ./*.js ./.*.js"
},
"keywords": [],