Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .microsite
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "Open Badges",
"description": "Share verified skills and achievements with learning providers and employers across multiple platforms.",
"categories": {
}
}

1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down