(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
99
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

scanash00 4791b419 37219ee9

+1 -3
+1 -2
Dockerfile
··· 26 26 COPY --from=backend-builder /app/margin-server ./margin-server 27 27 28 28 COPY --from=frontend-builder /app/web/dist ./dist 29 - 30 - RUN npm install @resvg/resvg-js@2.6.2 --no-save 29 + COPY --from=frontend-builder /app/web/node_modules ./node_modules 31 30 32 31 ENV PORT=8080 33 32 ENV API_PORT=8081
-1
web/astro.config.mjs
··· 21 21 vite: { 22 22 ssr: { 23 23 external: ["@resvg/resvg-js"], 24 - noExternal: ["piccolore"], 25 24 }, 26 25 build: { 27 26 commonjsOptions: {