Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

fix(Docker Image): output SSR site when in docker

+2
+1
.github/workflows/docker-image.yml
··· 14 14 REGISTRY: ghcr.io 15 15 # github.repository as <account>/<repo> 16 16 IMAGE_NAME: ${{ github.repository }} 17 + DOCKER: true 17 18 18 19 jobs: 19 20
+1
astro.config.mjs
··· 9 9 10 10 // https://astro.build/config 11 11 export default defineConfig({ 12 + output: import.meta.env.DOCKER ? 'server' : 'static', 12 13 site: "https://aria.coffee", 13 14 integrations: [preact(), tailwind(), icon()], 14 15 image: {