diff options
author | 2021-10-29 12:45:32 -0700 | |
---|---|---|
committer | 2021-10-29 14:45:32 -0500 | |
commit | 34e03cf912161abd5ca66fd12ce458d51d011855 (patch) | |
tree | af33b1cf19ddd45b4c6effbf8c25b8f74d2e7c23 /examples/blog/src | |
parent | 93489946ccd59c27d85cc9fa3a255edf6efeb861 (diff) | |
download | astro-34e03cf912161abd5ca66fd12ce458d51d011855.tar.gz astro-34e03cf912161abd5ca66fd12ce458d51d011855.tar.zst astro-34e03cf912161abd5ca66fd12ce458d51d011855.zip |
do not format vite (#1710)
* Revert "[ci] yarn format"
This reverts commit 93489946ccd59c27d85cc9fa3a255edf6efeb861.
* chore: ignore vendor
Diffstat (limited to 'examples/blog/src')
-rw-r--r-- | examples/blog/src/pages/posts/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/pages/posts/index.md b/examples/blog/src/pages/posts/index.md index 40d329e3a..949dfb866 100644 --- a/examples/blog/src/pages/posts/index.md +++ b/examples/blog/src/pages/posts/index.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}? |