Add missing beginning subpage redirects: news, report, sitemap

These 3 pages existed under www.moonweb.org/beginning/ and need
redirects to /timecapsule/beginning/.
This commit is contained in:
2026-09-11 13:46:42 +02:00
parent 09a170d5bf
commit 26ec966b51
4 changed files with 39 additions and 0 deletions
+6
View File
@@ -76,6 +76,12 @@ module.exports = function (eleventyConfig) {
[`hub/${dir}/index.htm`]: `${dir}/index.html`,
});
}
const beginningSubpages = ["news", "report", "sitemap"];
for (const name of beginningSubpages) {
eleventyConfig.addPassthroughCopy({
[`hub/beginning/${name}.htm`]: `beginning/${name}.html`,
});
}
return {
dir: {