🐛 Bug fixes

This commit is contained in:
LittleSheep 2024-02-18 01:16:27 +08:00
parent 0ffcbccff5
commit 9bf6fd0421
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;