Skip to content

Commit

Permalink
Merge pull request #45 from Firestorm980/fix/astro-5.0-fast-follow
Browse files Browse the repository at this point in the history
Fix: Astro 5.0 fast follow
  • Loading branch information
Firestorm980 authored Jan 1, 2025
2 parents 15f1179 + 064d062 commit 7d0ebf1
Show file tree
Hide file tree
Showing 24 changed files with 558 additions and 302 deletions.
5 changes: 2 additions & 3 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"previewPath": "/{{fm.type}}/",
"pageBundle": false,
"clearEmpty": true,
"fileType": "mdx",
"fields": [
{
"title": "Title",
Expand Down Expand Up @@ -160,7 +159,6 @@
"previewPath": "/{{fm.type}}/",
"pageBundle": false,
"clearEmpty": true,
"fileType": "mdx",
"fields": [
{
"title": "Title",
Expand Down Expand Up @@ -309,5 +307,6 @@
"body": "<Figure caption=\"[[caption]]\" src=\"/src/assets/images/posts[[&mediaUrl]]\" alt=\"[[alt]]\" width=\"[[mediaWidth]]\" height=\"[[mediaHeight]]\" />",
"isMediaSnippet": true
}
}
},
"frontMatter.content.supportedFileTypes": [ "md", "markdown", "mdx" ]
}
Loading

0 comments on commit 7d0ebf1

Please sign in to comment.