Skip to content

Commit 1f1b1cd

Browse files
committed
Prerender 2023 posts
1 parent 7abd902 commit 1f1b1cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/routes/api/posts/2023/+server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import postStackBlitzCodeflowBeta from '$posts/(2023)/is-stackblitz-codeflow-bet
99
import { json } from '@sveltejs/kit';
1010
import type { RequestHandler } from './$types';
1111

12-
// Needs to be set explicitly because we prerender endpoint `/sitemap.xml`.
13-
// export const prerender = true;
12+
export const prerender = true;
1413

1514
export const GET: RequestHandler = async (event) => {
1615
// Sort order: latest first.

0 commit comments

Comments
 (0)