summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2023-08-30 18:52:21 +0200
committerGravatar GitHub <noreply@github.com> 2023-08-30 18:52:21 +0200
commit4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f (patch)
tree34cb18c5c440ee7d5d665dde8228f29b32589de7 /examples/with-markdown-plugins
parent2a9461443394f028afa56d09041b1f3c04260526 (diff)
downloadastro-4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f.tar.gz
astro-4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f.tar.zst
astro-4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f.zip
Update CodeSandbox config for Node 18 and new editor (#8292)
* config: update config for codesandbox * feat: update create-astro to remove .codesandbox folder * chore: changeset * fix: use node18
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/.codesandbox/Dockerfile1
-rw-r--r--examples/with-markdown-plugins/sandbox.config.json11
2 files changed, 1 insertions, 11 deletions
diff --git a/examples/with-markdown-plugins/.codesandbox/Dockerfile b/examples/with-markdown-plugins/.codesandbox/Dockerfile
new file mode 100644
index 000000000..c3b5c81a1
--- /dev/null
+++ b/examples/with-markdown-plugins/.codesandbox/Dockerfile
@@ -0,0 +1 @@
+FROM node:18-bullseye
diff --git a/examples/with-markdown-plugins/sandbox.config.json b/examples/with-markdown-plugins/sandbox.config.json
deleted file mode 100644
index 8e476b8cc..000000000
--- a/examples/with-markdown-plugins/sandbox.config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "infiniteLoopProtection": true,
- "hardReloadOnChange": false,
- "view": "browser",
- "template": "node",
- "container": {
- "port": 4321,
- "startScript": "start",
- "node": "14"
- }
-}