Skip to content

fix: relax CSP to allow Nuxt inline scripts and Vue runtime #12

fix: relax CSP to allow Nuxt inline scripts and Vue runtime

fix: relax CSP to allow Nuxt inline scripts and Vue runtime #12

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to Vercel
run: npx vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}