Skip to content

Commit

Permalink
move _posts and _videos to src
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 13, 2024
1 parent 3fc843e commit 2617184
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyApp.Client/plugins/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default function() {
},
load(id:string) {
if (id === resolvedVirtualModuleId) {
const videos = markdownVideos.loadFrom('./_videos')
const posts = markdownPosts.loadFrom('./_posts')
const videos = markdownVideos.loadFrom('./src/_videos')
const posts = markdownPosts.loadFrom('./src/_posts')

const videoComponents = markdownVideos.generateComponents(videos)
const postComponents = markdownPosts.generateComponents(posts)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2617184

Please sign in to comment.