We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5359d85 commit bfeebe7Copy full SHA for bfeebe7
src/pages/tags/index.astro
@@ -11,6 +11,8 @@ import { getTags } from "~services/api";
11
// const data = filteredPosts.map((post) => post.data.tags);
12
// const allTags = unique(data.flat());
13
const allTags = await getTags();
14
+
15
+export const prerender = true;
16
---
17
18
<Layout>
0 commit comments