🐛 Bug fixes
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
import PageLayout from "../../layouts/PageLayout.astro";
|
||||
import PostList from "../../components/PostList.astro";
|
||||
|
||||
import { graphQuery } from "../../scripts/requests";
|
||||
|
||||
export const prerender = false;
|
||||
|
||||
const { slug } = Astro.params;
|
||||
|
@@ -2,8 +2,6 @@
|
||||
import PageLayout from "../../layouts/PageLayout.astro";
|
||||
import PostList from "../../components/PostList.astro";
|
||||
|
||||
import { graphQuery } from "../../scripts/requests";
|
||||
|
||||
export const prerender = false;
|
||||
|
||||
const { slug } = Astro.params;
|
||||
|
Reference in New Issue
Block a user