From bffbbe96dd7abc980b49fb97db88e18b16a4afcd Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Wed, 11 Feb 2026 13:44:44 +0100 Subject: [PATCH] Add .microsite configuration and update Dockerfile to include it --- .microsite | 7 +++++++ Dockerfile | 1 + 2 files changed, 8 insertions(+) create mode 100644 .microsite diff --git a/.microsite b/.microsite new file mode 100644 index 00000000..efae8a74 --- /dev/null +++ b/.microsite @@ -0,0 +1,7 @@ +{ + "title": "Open Badges", + "description": "Share verified skills and achievements with learning providers and employers across multiple platforms.", + "categories": { + } +} + diff --git a/Dockerfile b/Dockerfile index 47ed61a8..81116184 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN if [ -f /app/src/content/content.config.ts ]; then \ COPY --chown=astro:nodejs ob_v3p0/microsites /app/src/content/standards/ +COPY --chown=astro:nodejs .microsite /app/src/content/ # The base image handles everything: # 1. Runtime processes the assets (transforms paths, copies assets)