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,5 +1,5 @@
import fs from 'fs';
import { getAllPosts } from '../lib/slug';
import { getAllPosts } from './slug';
import { join } from 'path';
const publicDir = join(process.cwd(), 'public');