Fix blog example yet again (#1917)
This commit is contained in:
parent
285622b8ae
commit
a9a14a1be7
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
**/fixtures
|
||||
**/vendor
|
||||
**/.vercel
|
||||
**/examples/docs
|
||||
**/www
|
||||
examples/docs/**/*.md
|
||||
www/**/*.md
|
||||
.github
|
||||
.changeset
|
||||
README.md
|
||||
|
|
|
@ -13,4 +13,4 @@ description: Just a Hello World Post!
|
|||
|
||||
This is so cool!
|
||||
|
||||
Do variables work {frontmatter.value \* 2}?
|
||||
Do variables work {frontmatter.value * 2}?
|
||||
|
|
Loading…
Reference in a new issue