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
|
**/fixtures
|
||||||
**/vendor
|
**/vendor
|
||||||
**/.vercel
|
**/.vercel
|
||||||
**/examples/docs
|
examples/docs/**/*.md
|
||||||
**/www
|
www/**/*.md
|
||||||
.github
|
.github
|
||||||
.changeset
|
.changeset
|
||||||
README.md
|
README.md
|
||||||
|
|
|
@ -13,4 +13,4 @@ description: Just a Hello World Post!
|
||||||
|
|
||||||
This is so cool!
|
This is so cool!
|
||||||
|
|
||||||
Do variables work {frontmatter.value \* 2}?
|
Do variables work {frontmatter.value * 2}?
|
||||||
|
|
Loading…
Reference in a new issue