Skip to content

Commit

Permalink
Ensure media paths work as expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fenton-octopus committed Nov 3, 2023
1 parent b46a5bc commit f58b901
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.framework.id": "astro",
"frontMatter.preview.host": "http://localhost:3000",
"frontMatter.content.publicFolder": "public/docs",
"frontMatter.content.publicFolder": "public",
"frontMatter.content.supportedFileTypes": [
"md",
"mdx"
],
"frontMatter.content.pageFolders": [
{
"title": "docs",
"path": "[[workspace]]"
"title": "pages",
"path": "[[workspace]]/src/pages",
"previewPath": "{{pathToken.3}}"
}
],
"frontMatter.taxonomy.contentTypes": [
Expand Down

0 comments on commit f58b901

Please sign in to comment.