Skip to content

Commit

Permalink
Deploy to deno
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBailey committed May 1, 2024
1 parent 217a997 commit 563d28f
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'astro/config';
import vercel from "@astrojs/vercel/serverless";
import deno from '@deno/astro-adapter';
import sitemap from "@astrojs/sitemap";
import expressiveCode from "astro-expressive-code";
import mdx from "@astrojs/mdx";
Expand All @@ -22,7 +22,7 @@ export default defineConfig({
vue()
],
output: "hybrid",
adapter: vercel({
adapter: deno({
edgeMiddleware: true
})
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/sitemap": "^3.1.4",
"@astrojs/vercel": "^7.5.3",
"@astrojs/vue": "^4.1.0",
"@deno/astro-adapter": "^0.1.2",
"@giscus/vue": "^3.0.0",
"astro": "^4.5.9",
"astro-expressive-code": "^0.35.2",
Expand Down
Loading

0 comments on commit 563d28f

Please sign in to comment.