SEO Tweaks

This commit is contained in:
2026-05-12 00:45:02 +12:00
parent 955a563d14
commit ac6179e776
96 changed files with 1623 additions and 273 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ COPY package.json ./
RUN npm install
COPY . .
RUN node --experimental-strip-types scripts/export-homepage-content.mjs
RUN node --experimental-strip-types --import="file:///app/scripts/sveltekit-resolver.mjs" scripts/export-homepage-content.mjs
RUN npm run build
FROM node:22-alpine AS runner