summaryrefslogtreecommitdiff
path: root/examples/deno/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-09-29 02:17:46 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-28 14:17:46 -0400
commiteb530e9b61f082de17fd41d80af179c0cd8cdd72 (patch)
treede7b0abd112968d3fe4d084936ebe4d427cd6075 /examples/deno/astro.config.mjs
parent2d33b9362d43a0a13e200971952f91eaba8cced6 (diff)
downloadastro-eb530e9b61f082de17fd41d80af179c0cd8cdd72.tar.gz
astro-eb530e9b61f082de17fd41d80af179c0cd8cdd72.tar.zst
astro-eb530e9b61f082de17fd41d80af179c0cd8cdd72.zip
Remove the Deno example (#8697)
Diffstat (limited to 'examples/deno/astro.config.mjs')
-rw-r--r--examples/deno/astro.config.mjs9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/deno/astro.config.mjs b/examples/deno/astro.config.mjs
deleted file mode 100644
index 1a5c7f32c..000000000
--- a/examples/deno/astro.config.mjs
+++ /dev/null
@@ -1,9 +0,0 @@
-import { defineConfig } from 'astro/config';
-
-import deno from '@astrojs/deno';
-
-// https://astro.build/config
-export default defineConfig({
- output: 'server',
- adapter: deno(),
-});