this repo has no description
1
fork

Configure Feed

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

๐Ÿš€ Move the site out of beta :)

+2 -2
+1 -1
astro.config.mjs
··· 8 8 // https://astro.build/config 9 9 export default defineConfig({ 10 10 integrations: [mdx()], 11 - site: `https://beta.${process.env.LANG}.gwen.works`, 11 + site: `https://${process.env.LANG}.gwen.works`, 12 12 markdown: { 13 13 remarkPlugins: [math], 14 14 rehypePlugins: [katex],
+1 -1
src/layouts/Bare.astro
··· 26 26 /> 27 27 <script 28 28 defer 29 - data-domain="beta.gwen.works" 29 + data-domain="gwen.works" 30 30 src="https://stats.gwen.works/js/script.js"></script> 31 31 <slot name="head" /> 32 32 </head>