minor update

This commit is contained in:
Morten Olsen
2024-04-21 19:30:38 +02:00
parent ee37ac9d90
commit b34cc2f1da
10 changed files with 1466 additions and 859 deletions

View File

@@ -2,8 +2,9 @@ import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx'
import sitemap from '@astrojs/sitemap'
import icon from 'astro-icon'
import compress from 'astro-compress'
import robotsTxt from 'astro-robots-txt'
import compress from '@playform/compress'
const getSiteInfo = () => {
const siteUrl = process.env.SITE_URL
if (!siteUrl) {