Skip to content

Commit

Permalink
Use serverless, not edge (octokit/request.js#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztcollazo committed May 14, 2022
1 parent bbf6492 commit 82578f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import partytown from '@astrojs/partytown';
import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';
import turbolinks from '@astrojs/turbolinks';
import netlify from '@astrojs/netlify/edge-functions';
import netlify from '@astrojs/netlify/functions';
import { VitePWA } from 'vite-plugin-pwa';

// https://astro.build/config
Expand Down

0 comments on commit 82578f7

Please sign in to comment.