diff options
author | 2022-07-28 14:13:27 +0200 | |
---|---|---|
committer | 2022-07-28 08:13:27 -0400 | |
commit | c565465a964ee14bf5d55c0a6eaf1091d3a68429 (patch) | |
tree | daf96124e886e0e021059f368b4db7474696e9dd /.changeset/quick-onions-itch.md | |
parent | 9697649d31daa64ecb98874ea83d5f7d1b020ea9 (diff) | |
download | astro-c565465a964ee14bf5d55c0a6eaf1091d3a68429.tar.gz astro-c565465a964ee14bf5d55c0a6eaf1091d3a68429.tar.zst astro-c565465a964ee14bf5d55c0a6eaf1091d3a68429.zip |
Add properties (url, file) to MarkdownContent type (#4028)
'url' and 'file' properties were missing in MarkdownContent type,
but they should there according to:
https://docs.astro.build/en/guides/markdown-content/#markdown-layouts
Diffstat (limited to '.changeset/quick-onions-itch.md')
-rw-r--r-- | .changeset/quick-onions-itch.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/quick-onions-itch.md b/.changeset/quick-onions-itch.md new file mode 100644 index 000000000..68bc505b3 --- /dev/null +++ b/.changeset/quick-onions-itch.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Add `url` and `file` properties to `MarkdownContent` type |