Skip to content

Commit

Permalink
πŸ› fix(tags): prerender index
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlifton committed Jun 9, 2024
1 parent 5359d85 commit bfeebe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/tags/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { getTags } from "~services/api";
// const data = filteredPosts.map((post) => post.data.tags);
// const allTags = unique(data.flat());
const allTags = await getTags();
export const prerender = true;
---

<Layout>
Expand Down

0 comments on commit bfeebe7

Please sign in to comment.