diff options
author | 2022-07-11 21:51:17 -0500 | |
---|---|---|
committer | 2022-07-11 22:51:17 -0400 | |
commit | 93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8 (patch) | |
tree | 36aad07a5594e95f2706ef9a4958a1ca55d33be5 /examples/with-mdx/src | |
parent | 14ed29c6457e1930c3752245e9d62c6fa579334b (diff) | |
download | astro-93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8.tar.gz astro-93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8.tar.zst astro-93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8.zip |
Fix: reintroduce smoke tests across example projects (#3669)
* chore: update smoke tests
* chore: bump smoke tests to node@16
* chore: remove gitmodules
* chore(ci): prefer node@14
* wip: remove path from smoke clone step
* feat: run build:examples from test:smoke
* fix: remove no-frozen-lockfile
* fix: checkout monorepo last for pnpm setup
* wip: replace @astrojs/markdown/remark import from md
* fix: remove type defs from generated file
* fix: function order
* chore: remove ssr-utils export
* wip: remove windows from smoke test
* fix: instantiate slugger in snippet
* fix: exclude with-mdx from smoke (for now)
* fix: add quotes on filter flag for safety
* chore: changeset
* wip: try reintroducing windows smoke
* sad chore: remove client: directive from with-mdx
* Revert "wip: try reintroducing windows smoke"
This reverts commit 9529b1a45c007286c22861e106b82200545e4198.
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: bholmesdev <hey@bholmes.dev>
Diffstat (limited to 'examples/with-mdx/src')
-rw-r--r-- | examples/with-mdx/src/pages/index.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/src/pages/index.mdx b/examples/with-mdx/src/pages/index.mdx index 36cde1e95..b82572b48 100644 --- a/examples/with-mdx/src/pages/index.mdx +++ b/examples/with-mdx/src/pages/index.mdx @@ -14,4 +14,4 @@ Written by: {new Intl.ListFormat('en').format(authors.map(d => d.name))}. Published on: {new Intl.DateTimeFormat('en', {dateStyle: 'long'}).format(published)}. -<Counter client:idle>## This is a counter!</Counter> +<Counter>## This is a counter!</Counter> |