Skip to content

Commit

Permalink
FIX: Add CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed May 27, 2024
1 parent b5efb82 commit c1b924d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import emptyDistDir from './build/emptyDistDir.js'
export default function configure(config) {

config.on(`eleventy.before`, emptyDistDir)
config.addPassthroughCopy(`src/CNAME`)

return {
dir: {
Expand Down
1 change: 1 addition & 0 deletions src/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tools.digitallinguistics.io

0 comments on commit c1b924d

Please sign in to comment.