Skip to content

Commit

Permalink
fix: readd content config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdenecker committed Aug 22, 2023
1 parent 739e1f9 commit 02b4ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default defineNuxtConfig({
serveStatic: true,
},
content: {
/*sources: {
sources: {
github: {
prefix: '', // Prefix for routes used to query contents
driver: 'github', // Driver used to fetch contents (view unstorage documentation)
Expand All @@ -58,7 +58,7 @@ export default defineNuxtConfig({
dir: "content", // Directory where contents are located. It could be a subdirectory of the repository.
// Imagine you have a blog inside your content folder. You can set this option to `content/blog` with the prefix option to `/blog` to avoid conflicts with local files.
},
}, */
},
markdown: {
remarkPlugins: ['remark-math'],
rehypePlugins: {
Expand Down

0 comments on commit 02b4ee8

Please sign in to comment.