Semicolon kinda life

This commit is contained in:
Will Boyd
2025-01-28 16:56:37 -05:00
parent 896eaadb4f
commit fbd36cf3a2
+1 -1
View File
@@ -151,7 +151,7 @@ function normalize(value, type, onError) {
export function buildSamplePostPath(config) {
const outputDir = path.sep;
const type = ''
const type = '';
const date = luxon.DateTime.now().toFormat('yyyy-LL-dd');
const slug = 'my-post';