begin `/journal` and `/articles`
parent
fc263eeb65
commit
2d4e1fb375
@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
import Layout from '../../layouts/Layout.astro';
|
import Layout from '../../layouts/Layout.astro';
|
||||||
|
export const prerender = true;
|
||||||
---
|
---
|
||||||
<Layout title="Articles">
|
<Layout title="Articles">
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
Loading…
Reference in New Issue