chore: add CNAME
This commit is contained in:
parent
e0836bcca7
commit
f185668351
2 changed files with 2 additions and 0 deletions
1
CNAME
Normal file
1
CNAME
Normal file
|
|
@ -0,0 +1 @@
|
|||
lion.js.org
|
||||
|
|
@ -32,6 +32,7 @@ export default {
|
|||
presets: [rocketLaunch(), rocketBlog()],
|
||||
eleventy(eleventyConfig) {
|
||||
eleventyConfig.setUseGitIgnore(false);
|
||||
eleventyConfig.addPassthroughCopy('CNAME');
|
||||
},
|
||||
absoluteBaseUrl: absoluteBaseUrlNetlify('http://localhost:8080'),
|
||||
setupUnifiedPlugins: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue