Skip to content

Commit 8b9f8ec

Browse files
committed
Added ahrefs verification
1 parent 5958793 commit 8b9f8ec

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

_11ty/copyStaticFiles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
module.exports = function copyStaticFiles (config) {
44
// Pass-through files
55
config.addPassthroughCopy('src/CNAME')
6+
config.addPassthroughCopy({ 'src/static/*': '.' })
67
config.addPassthroughCopy({ 'src/_includes/assets': 'assets' })
78
config.addPassthroughCopy({ 'src/_includes/static': 'static' })
89
config.addPassthroughCopy({ 'src/node-js-design-patterns.jpg': 'img/node-js-design-patterns.jpg' })

src/.DS_Store

6 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ahrefs-site-verification_54973d5b1e8ffe5dbee78a2e55e391c1fb00e20d517572f9b01f6aca183a696e

0 commit comments

Comments
 (0)