Skip to content

Commit 7d6122b

Browse files
authored
Merge pull request #618 from 1EdTech/develop
Add .microsite configuration and update Dockerfile to include it
2 parents a25be38 + bffbbe9 commit 7d6122b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.microsite

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"title": "Open Badges",
3+
"description": "Share verified skills and achievements with learning providers and employers across multiple platforms.",
4+
"categories": {
5+
}
6+
}
7+

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN if [ -f /app/src/content/content.config.ts ]; then \
1515

1616

1717
COPY --chown=astro:nodejs ob_v3p0/microsites /app/src/content/standards/
18+
COPY --chown=astro:nodejs .microsite /app/src/content/
1819

1920
# The base image handles everything:
2021
# 1. Runtime processes the assets (transforms paths, copies assets)

0 commit comments

Comments
 (0)