From 17fd4a4854019e58755da028bf301662d4e91bbc Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 01:37:29 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- src/template-js-mdx/README.md | 2 +- src/template-ts-blog/README.md | 2 +- src/template-ts-mdx/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/template-js-mdx/README.md b/src/template-js-mdx/README.md index 1a13dcdc..7721e61f 100644 --- a/src/template-js-mdx/README.md +++ b/src/template-js-mdx/README.md @@ -4,6 +4,6 @@ npm init astro -- --template with-mdx ``` -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-mdx) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-mdx) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/withastro/astro/tree/latest/examples/with-mdx) This example showcases using [`@astrojs/mdx`](https://www.npmjs.com/package/@astrojs/mdx) to author content using [MDX](https://mdxjs.com/). diff --git a/src/template-ts-blog/README.md b/src/template-ts-blog/README.md index 05d663f6..c2abbaa9 100644 --- a/src/template-ts-blog/README.md +++ b/src/template-ts-blog/README.md @@ -4,7 +4,7 @@ npm init astro -- --template blog ``` -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/withastro/astro/tree/latest/examples/blog) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/src/template-ts-mdx/README.md b/src/template-ts-mdx/README.md index 1a13dcdc..7721e61f 100644 --- a/src/template-ts-mdx/README.md +++ b/src/template-ts-mdx/README.md @@ -4,6 +4,6 @@ npm init astro -- --template with-mdx ``` -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-mdx) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-mdx) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/withastro/astro/tree/latest/examples/with-mdx) This example showcases using [`@astrojs/mdx`](https://www.npmjs.com/package/@astrojs/mdx) to author content using [MDX](https://mdxjs.com/).