Skip to content

Commit 4235a92

Browse files
committed
Add CNAME to website
1 parent c156a1f commit 4235a92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/post.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ await fs.writeFile(
158158

159159
console.log('✔ `/rss.xml`')
160160

161+
await fs.writeFile(new URL('CNAME', config.output), config.site.host + '\n')
162+
163+
console.log('✔ `/CNAME`')
164+
161165
chromium.setGraphicsMode = false
162166

163167
const browser = await puppeteer.launch(

0 commit comments

Comments
 (0)