Skip to content

Commit

Permalink
Remove Astro Studio configuration and update Astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
iammatthias committed Mar 19, 2024
1 parent 8b5a8b3 commit f7460a3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 33 deletions.
26 changes: 0 additions & 26 deletions .github/welcome/_studio.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Trigger Vercel Deploy Webhook

on:
push:
branches:
- astro # or any branch you want to trigger the webhook

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Call Vercel Webhook
uses: fjogeleit/[email protected]
with:
url: "https://api.vercel.com/v1/integrations/deploy/prj_WAKV3YAerNQEzZDCQYMbXM5Tvg7m/j7ZBpZ5m9e"
method: "GET"
9 changes: 2 additions & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ import vercel from "@astrojs/vercel/serverless";
// https://astro.build/config
export default defineConfig({
integrations: [alpine()],
output: "server",
adapter: vercel({
isr: {
// F16
bypassToken: "01123581321345589144233377610987",
},
}),
output: "static",
adapter: vercel(),
prefetch: {
prefetchAll: true,
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit f7460a3

Please sign in to comment.