Skip to content

Commit

Permalink
Add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Jul 28, 2024
1 parent a940c38 commit 07262f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function(eleventyConfig) {
"./tailbone.html",
"./_site/tailbone.html",
)
fs.mkdirSync("./_sitedisk2")
fs.mkdirSync("./_site/disk2")
fs.copyFileSync(
"./disk2/index.html",
"./_site/disk2/index.html",
Expand Down

0 comments on commit 07262f8

Please sign in to comment.