mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add some static mdx pages
This commit is contained in:
9
src/pages/now.mdx
Normal file
9
src/pages/now.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: ../layouts/PageLayout.astro
|
||||
title: Now
|
||||
---
|
||||
|
||||
import { mapping } from '../mdx-components.ts';
|
||||
export const components = mapping;
|
||||
|
||||
Now Page
|
||||
Reference in New Issue
Block a user