chore: add CNAME

This commit is contained in:
Ayo Ayco 2025-11-17 10:43:10 +01:00 committed by Thijs Louisse
parent e0836bcca7
commit f185668351
2 changed files with 2 additions and 0 deletions

1
CNAME Normal file
View file

@ -0,0 +1 @@
lion.js.org

View file

@ -32,6 +32,7 @@ export default {
presets: [rocketLaunch(), rocketBlog()], presets: [rocketLaunch(), rocketBlog()],
eleventy(eleventyConfig) { eleventy(eleventyConfig) {
eleventyConfig.setUseGitIgnore(false); eleventyConfig.setUseGitIgnore(false);
eleventyConfig.addPassthroughCopy('CNAME');
}, },
absoluteBaseUrl: absoluteBaseUrlNetlify('http://localhost:8080'), absoluteBaseUrl: absoluteBaseUrlNetlify('http://localhost:8080'),
setupUnifiedPlugins: [ setupUnifiedPlugins: [