mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-06-09 15:10:32 +00:00
feat: switch to server-side rendering
This commit is contained in:
@@ -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') || '')
|
||||
|
||||
Reference in New Issue
Block a user