Skip to content

Commit 3764aba

Browse files
committed
chore: set hostname for github pages
1 parent 2954127 commit 3764aba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
atom-community.io

rocket.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default {
1515
presets: [rocketLaunch(), rocketSearch()],
1616
markdownTemplateEngine: "njk",
1717
eleventy(eleventyConfig) {
18+
eleventyConfig.addPassthroughCopy(`./**/CNAME`);
1819
eleventyConfig.addPairedShortcode('markdown', function markdown(content) {
1920
const md = new markdownIt({ html: true });
2021
md.use(prism);

0 commit comments

Comments
 (0)