summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Obinna Ekwuno <obinnacodes@gmail.com> 2023-02-03 17:52:11 +0000
committerGravatar GitHub <noreply@github.com> 2023-02-03 11:52:11 -0600
commitdb2c59fc18820af49a1c4f8d0bf5052abb694530 (patch)
tree9df0439885a202d8cfc1b8c31ccc8f577703081a
parent45b41d98f50dc9f76a5004a8b3346f393f1a6cb6 (diff)
downloadastro-db2c59fc18820af49a1c4f8d0bf5052abb694530.tar.gz
astro-db2c59fc18820af49a1c4f8d0bf5052abb694530.tar.zst
astro-db2c59fc18820af49a1c4f8d0bf5052abb694530.zip
Update open with codesandbox link to use synced sandboxes (#6105)
-rw-r--r--examples/basics/README.md2
-rw-r--r--examples/blog/README.md2
-rw-r--r--examples/component/README.md2
-rw-r--r--examples/deno/README.md2
-rw-r--r--examples/docs/README.md2
-rw-r--r--examples/framework-alpine/README.md2
-rw-r--r--examples/framework-lit/README.md2
-rw-r--r--examples/framework-multiple/README.md2
-rw-r--r--examples/framework-preact/README.md2
-rw-r--r--examples/framework-react/README.md2
-rw-r--r--examples/framework-solid/README.md2
-rw-r--r--examples/framework-svelte/README.md2
-rw-r--r--examples/framework-vue/README.md2
-rw-r--r--examples/hackernews/README.md2
-rw-r--r--examples/integration/README.md2
-rw-r--r--examples/minimal/README.md2
-rw-r--r--examples/non-html-pages/README.md2
-rw-r--r--examples/portfolio/README.md2
-rw-r--r--examples/with-markdown-plugins/README.md2
-rw-r--r--examples/with-markdown-shiki/README.md2
-rw-r--r--examples/with-mdx/README.md2
-rw-r--r--examples/with-nanostores/README.md2
-rw-r--r--examples/with-tailwindcss/README.md2
-rw-r--r--examples/with-vite-plugin-pwa/README.md2
-rw-r--r--examples/with-vitest/README.md2
25 files changed, 25 insertions, 25 deletions
diff --git a/examples/basics/README.md b/examples/basics/README.md
index ff315bae0..b2c29bad7 100644
--- a/examples/basics/README.md
+++ b/examples/basics/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template basics
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/basics)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/blog/README.md b/examples/blog/README.md
index c788fa653..ac5417c0d 100644
--- a/examples/blog/README.md
+++ b/examples/blog/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --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 with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/blog)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/blog)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/component/README.md b/examples/component/README.md
index 7675f5f7f..b09f5e3c6 100644
--- a/examples/component/README.md
+++ b/examples/component/README.md
@@ -7,7 +7,7 @@ npm create astro@latest -- --template component
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/non-html-pages)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/non-html-pages)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/non-html-pages)
## 🚀 Project Structure
diff --git a/examples/deno/README.md b/examples/deno/README.md
index c7d480b78..db3470a73 100644
--- a/examples/deno/README.md
+++ b/examples/deno/README.md
@@ -1,7 +1,7 @@
# Astro Starter Kit: Deno
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/deno)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/deno)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/deno)
```
npm create astro@latest -- --template deno
diff --git a/examples/docs/README.md b/examples/docs/README.md
index 0c4bad028..1ba63a9e6 100644
--- a/examples/docs/README.md
+++ b/examples/docs/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template docs
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/docs)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/docs)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/framework-alpine/README.md b/examples/framework-alpine/README.md
index 559aa0ebd..4b0314343 100644
--- a/examples/framework-alpine/README.md
+++ b/examples/framework-alpine/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template framework-alpine
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-alpine)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-alpine)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-alpine)
This example showcases Astro working with [AlpineJS](https://alpinejs.dev/).
diff --git a/examples/framework-lit/README.md b/examples/framework-lit/README.md
index c1dfebbd2..618b5e24d 100644
--- a/examples/framework-lit/README.md
+++ b/examples/framework-lit/README.md
@@ -5,6 +5,6 @@ npm create astro@latest -- --template framework-lit
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-lit)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-lit)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-lit)
This example showcases Astro working with [Lit](https://lit.dev/). \ No newline at end of file
diff --git a/examples/framework-multiple/README.md b/examples/framework-multiple/README.md
index 89efd74ae..f07077dbf 100644
--- a/examples/framework-multiple/README.md
+++ b/examples/framework-multiple/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template framework-multiple
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-multiple)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-multiple)
This example showcases Astro's built-in support for multiple frameworks ([React](https://reactjs.org), [Preact](https://preactjs.com), [Svelte](https://svelte.dev), and [Vue (`v3.x`)](https://v3.vuejs.org/)).
diff --git a/examples/framework-preact/README.md b/examples/framework-preact/README.md
index 9adc4881c..0c7c8d130 100644
--- a/examples/framework-preact/README.md
+++ b/examples/framework-preact/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template framework-preact
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-preact)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-preact)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-preact)
This example showcases Astro working with [Preact](https://preactjs.com).
diff --git a/examples/framework-react/README.md b/examples/framework-react/README.md
index 0df421989..52cfb908d 100644
--- a/examples/framework-react/README.md
+++ b/examples/framework-react/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template framework-react
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-react)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-react)
This example showcases Astro working with [React](https://reactjs.org/).
diff --git a/examples/framework-solid/README.md b/examples/framework-solid/README.md
index b68f558cf..928a8e572 100644
--- a/examples/framework-solid/README.md
+++ b/examples/framework-solid/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template framework-solid
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-solid)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-solid)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-solid)
This example showcases Astro working with [Solid](https://www.solidjs.com/).
diff --git a/examples/framework-svelte/README.md b/examples/framework-svelte/README.md
index 4b873b0dd..da0d051c4 100644
--- a/examples/framework-svelte/README.md
+++ b/examples/framework-svelte/README.md
@@ -5,6 +5,6 @@ npm create astro@latest -- --template framework-svelte
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-svelte)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-svelte)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-svelte)
This example showcases Astro working with [Svelte](https://svelte.dev/).
diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md
index 40c39838f..7d2f635e6 100644
--- a/examples/framework-vue/README.md
+++ b/examples/framework-vue/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template framework-vue
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-vue)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-vue)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-vue)
This example showcases Astro working with [Vue](https://v3.vuejs.org/).
diff --git a/examples/hackernews/README.md b/examples/hackernews/README.md
index 718369e87..e2d15dda5 100644
--- a/examples/hackernews/README.md
+++ b/examples/hackernews/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template hackernews
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/hackernews)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/hackernews)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/hackernews)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/integration/README.md b/examples/integration/README.md
index eeeb5afa5..42cc04413 100644
--- a/examples/integration/README.md
+++ b/examples/integration/README.md
@@ -7,7 +7,7 @@ npm create astro@latest -- --template integration
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integration)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/integration)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/integration)
## 🚀 Project Structure
diff --git a/examples/minimal/README.md b/examples/minimal/README.md
index 097699e77..e14d3255b 100644
--- a/examples/minimal/README.md
+++ b/examples/minimal/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template minimal
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/minimal)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/non-html-pages/README.md b/examples/non-html-pages/README.md
index d8d77463b..35487a0f9 100644
--- a/examples/non-html-pages/README.md
+++ b/examples/non-html-pages/README.md
@@ -9,7 +9,7 @@ npm create astro@latest -- --template non-html-pages
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/non-html-pages)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/non-html-pages)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/non-html-pages)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md
index b35d89d0b..8774a8ff5 100644
--- a/examples/portfolio/README.md
+++ b/examples/portfolio/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template portfolio
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/portfolio)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/portfolio)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/with-markdown-plugins/README.md b/examples/with-markdown-plugins/README.md
index 83d12f3f4..bdb657bcd 100644
--- a/examples/with-markdown-plugins/README.md
+++ b/examples/with-markdown-plugins/README.md
@@ -5,6 +5,6 @@ npm create astro@latest -- --template with-markdown-plugins
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-plugins)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-markdown-plugins)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-markdown-plugins)
This example showcases Astro's [built-in Markdown support](https://docs.astro.build/en/guides/markdown-content/) with additional, user-provided plugins.
diff --git a/examples/with-markdown-shiki/README.md b/examples/with-markdown-shiki/README.md
index b22ad2ac5..89afac7dd 100644
--- a/examples/with-markdown-shiki/README.md
+++ b/examples/with-markdown-shiki/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template with-markdown-shiki
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-shiki)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-markdown-shiki)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-markdown-shiki)
This example showcases Astro's [built-in Markdown support](https://docs.astro.build/en/guides/markdown-content/).
diff --git a/examples/with-mdx/README.md b/examples/with-mdx/README.md
index 49ddf947a..7cbadbfb7 100644
--- a/examples/with-mdx/README.md
+++ b/examples/with-mdx/README.md
@@ -5,6 +5,6 @@ npm create astro@latest -- --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 with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-mdx)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/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/examples/with-nanostores/README.md b/examples/with-nanostores/README.md
index 9297bb608..2fa317c43 100644
--- a/examples/with-nanostores/README.md
+++ b/examples/with-nanostores/README.md
@@ -5,6 +5,6 @@ npm create astro@latest -- --template with-nanostores
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-nanostores)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-nanostores)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-nanostores)
This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components of any framework. [**Read our documentation on sharing state**](https://docs.astro.build/en/core-concepts/sharing-state/) for a complete breakdown of this project, along with guides to use React, Vue, Svelte, or Solid!
diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md
index 3eec5faec..4944c3133 100644
--- a/examples/with-tailwindcss/README.md
+++ b/examples/with-tailwindcss/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template with-tailwindcss
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-tailwindcss)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-tailwindcss)
Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind.
diff --git a/examples/with-vite-plugin-pwa/README.md b/examples/with-vite-plugin-pwa/README.md
index 7abd4e9ea..f8f792eb3 100644
--- a/examples/with-vite-plugin-pwa/README.md
+++ b/examples/with-vite-plugin-pwa/README.md
@@ -5,7 +5,7 @@ npm create astro@latest -- --template with-vite-plugin-pwa
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vite-plugin-pwa)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-vite-plugin-pwa)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-vite-plugin-pwa)
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
diff --git a/examples/with-vitest/README.md b/examples/with-vitest/README.md
index 94b63ee4e..103cdbb61 100644
--- a/examples/with-vitest/README.md
+++ b/examples/with-vitest/README.md
@@ -5,6 +5,6 @@ npm create astro@latest -- --template with-vitest
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-vitest)
-[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-vitest)
+[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-vitest)
This example showcases Astro working with [Vitest](https://vitest.dev/).