Skip to content

Commit f56d105

Browse files
committed
chore(clubs): switch from github actions to netlify
1 parent d7b68cd commit f56d105

File tree

6 files changed

+9816
-7283
lines changed

6 files changed

+9816
-7283
lines changed

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export default defineNuxtConfig({
1010
dir: '/data',
1111
repo: 'computerization/enspire',
1212
},
13+
netlify: {
14+
driver: 'netlify',
15+
name: 'enspire',
16+
},
1317
},
1418
},
1519

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@changesets/cli": "^2.27.8",
2020
"@clerk/clerk-sdk-node": "^5.0.38",
2121
"@clerk/themes": "^2.1.29",
22+
"@netlify/functions": "^2.8.1",
2223
"@nuxt/content": "^2.13.2",
2324
"@radix-icons/vue": "^1.0.0",
2425
"@sentry/nuxt": "^8.30.0",
@@ -51,6 +52,7 @@
5152
"devDependencies": {
5253
"@antfu/eslint-config": "^3.6.0",
5354
"@changesets/changelog-github": "^0.5.0",
55+
"@netlify/blobs": "^8.0.1",
5456
"@nuxt/fonts": "^0.8.0",
5557
"@nuxt/image": "^1.8.0",
5658
"@nuxtjs/google-fonts": "^3.2.0",

0 commit comments

Comments
 (0)