From a6312ee632a254a84649e76aaa276a9e59c68d61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 14:29:50 +0000 Subject: [PATCH] feat: add expert level to blind-by-design --- public/sitemap.xml | 1 + react-router.config.ts | 1 + src/data/adventures/blind-by-design/expert-posts.json | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 src/data/adventures/blind-by-design/expert-posts.json diff --git a/public/sitemap.xml b/public/sitemap.xml index 07822d02..f77d214d 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -41,4 +41,5 @@ https://offon.dev/challenges/terraform/monthly0.7 https://offon.dev/challenges/trivy/monthly0.7 https://offon.dev/challenges/flagd/monthly0.7 + https://offon.dev/adventures/blind-by-design/levels/expert/monthly0.8 diff --git a/react-router.config.ts b/react-router.config.ts index e518663b..3ccded1a 100644 --- a/react-router.config.ts +++ b/react-router.config.ts @@ -48,5 +48,6 @@ export default { "/challenges/terraform", "/challenges/trivy", "/challenges/flagd", + "/adventures/blind-by-design/levels/expert", ], } satisfies Config; diff --git a/src/data/adventures/blind-by-design/expert-posts.json b/src/data/adventures/blind-by-design/expert-posts.json new file mode 100644 index 00000000..b8c41dd3 --- /dev/null +++ b/src/data/adventures/blind-by-design/expert-posts.json @@ -0,0 +1,3 @@ +{ + "discussionUrl": "TODO: Add Discourse topic URL" +}