We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a25be38 + bffbbe9 commit 7d6122bCopy full SHA for 7d6122b
.microsite
@@ -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
@@ -15,6 +15,7 @@ RUN if [ -f /app/src/content/content.config.ts ]; then \
15
16
17
COPY --chown=astro:nodejs ob_v3p0/microsites /app/src/content/standards/
18
+COPY --chown=astro:nodejs .microsite /app/src/content/
19
20
# The base image handles everything:
21
# 1. Runtime processes the assets (transforms paths, copies assets)
0 commit comments