2024-11-24

This commit is contained in:
2024-11-24 11:24:58 -06:00
parent 1c3ea0b119
commit 4d8338b1be
60 changed files with 638 additions and 384 deletions

3
.vscode/launch.json vendored
View File

@@ -6,6 +6,7 @@
"configurations": [
{
"type": "node",
"request": "launch",
@@ -27,7 +28,7 @@
"DEBUG":"Eleventy*"
},
"runtimeExecutable": "npx",
"args": ["@11ty/eleventy", "--output", "dist", "--serve"],
"args": ["@11ty/eleventy","--output", "dist", "--serve"],
}
]
}