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)