1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Move files out of lib/ (#45506)

This commit is contained in:
Kevin Heis
2023-11-02 15:46:32 -07:00
committed by GitHub
parent bea029991f
commit d4f345e4af
155 changed files with 186 additions and 184 deletions

View File

@@ -2,7 +2,7 @@
import fs from 'fs'
import path from 'path'
import walk from 'walk-sync'
import frontmatter from '../../../lib/read-frontmatter.js'
import frontmatter from '#src/frame/lib/read-frontmatter.js'
const contentPath = path.join(process.cwd(), 'content')
const dataPath = path.join(process.cwd(), 'data')