Mirror of
0
fork

Configure Feed

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

feat: add site

+3 -1
+3 -1
astro.config.mjs
··· 2 2 import { defineConfig } from "astro/config"; 3 3 4 4 // https://astro.build/config 5 - export default defineConfig({}); 5 + export default defineConfig({ 6 + site: "https://starlight-plugin-translations.netlify.app/", 7 + });