Personal Site
0
fork

Configure Feed

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

Prerender most pages for perf reasons

+2 -2
-2
astro.config.mjs
··· 5 5 6 6 // https://astro.build/config 7 7 export default defineConfig({ 8 - output: "server", 9 - 10 8 env: { 11 9 schema: { 12 10 SPOTIFY_CLIENT_ID: envField.string({
+2
src/pages/index.astro
··· 1 1 --- 2 + export const prerender = false; 3 + 2 4 import Base from "/components/Base.astro"; 3 5 import Blog from "/components/home/Blog.astro"; 4 6 import Feed from "/components/home/feeds/Feed.astro";