diff --git a/README.md b/README.md index 241e039a..45b404c1 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,4 @@ There are two kinds of pages, the nav pages and the non-nav pages. The nav pages ## Deployment -Push to the `master` branch to deploy changes. A GitHub Action builds and deploys the static content to GitHub Pages. -The `CNAME` file is required by GitHub Pages to set the custom domain name. +Push to the `master` branch to deploy changes. A GitHub Action builds and deploys the static content to GitHub Pages. diff --git a/_config.ts b/_config.ts index a5d771f9..0a17bc92 100644 --- a/_config.ts +++ b/_config.ts @@ -19,7 +19,6 @@ const site = lume({ location: new URL("https://espino.co") // needed for sitemap to set the url }); site.use(nunjucks()); -site.copy("CNAME"); site.copy([".mp4", ".png", ".xml", ".svg", ".webmanifest", ".ico"]); site.use(slugifyUrls({ // Slugify all page URLs to remove potentially conflicting characters extensions: [".html"], // To slugify only HTML pages diff --git a/src/CNAME b/src/CNAME deleted file mode 100644 index 0b415dd2..00000000 --- a/src/CNAME +++ /dev/null @@ -1 +0,0 @@ -espino.co \ No newline at end of file