feat: 修改部署方式
This commit is contained in:
9
src/pages/posts/[...slug].astro
Normal file
9
src/pages/posts/[...slug].astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import Layout from "@/layouts/Layout.astro";
|
||||
|
||||
|
||||
---
|
||||
|
||||
<Layout>
|
||||
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user