Skip to content

Commit

Permalink
Rename to play/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Jul 28, 2024
1 parent 33521d8 commit cb008d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ export default function(eleventyConfig) {
eleventyConfig.on(
"afterBuild",
function() {
fs.mkdirSync("./_site/play")
fs.copyFileSync(
"./play.html",
"./_site/play.html",
"./play/index.html",
"./_site/play/index.html",
)
fs.mkdirSync("./_site/disk2")
fs.copyFileSync(
Expand Down
2 changes: 1 addition & 1 deletion .eleventyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
play.html
play/index.html
disk2/index.html
File renamed without changes.

0 comments on commit cb008d5

Please sign in to comment.