feat: switch to server-side rendering

This commit is contained in:
ccbikai
2024-11-06 20:03:43 +08:00
parent 98a1030907
commit 6632363520
14 changed files with 1 additions and 25 deletions

View File

@@ -4,7 +4,6 @@ import Header from '../components/header.astro'
import { getChannelInfo } from '../lib/telegram'
import { getEnv } from '../lib/env'
export const prerender = false
const channel = await getChannelInfo(Astro)
const links = (getEnv(import.meta.env, Astro, 'LINKS') || '')