Yamlify page objects

This commit is contained in:
2022-04-23 19:03:43 -04:00
parent 7ac30458d1
commit 088932a742
13 changed files with 235 additions and 249 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import Layout from '../../components/layout';
import { useRouter } from 'next/router';
import { getAllPosts, getPost } from '../../lib/slug';
import { getAllPosts, getPost } from '../../util/slug';
import ReactMarkdown from 'react-markdown';
import Image from 'next/image';