Skip to content

Commit 0cfdf81

Browse files
committed
chore: add custom domain fetchkit.org
1 parent 5bd87fb commit 0cfdf81

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

eleventy.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export default function (eleventyConfig) {
4646
fs.writeFileSync(tailwindOutputPath, result.css);
4747
});
4848

49+
eleventyConfig.addPassthroughCopy('src/CNAME');
50+
4951
return {
5052
dir: {
5153
input: 'src',

src/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fetchkit.org

0 commit comments

Comments
 (0)