Files
Ashok Gelal 3a6f0c4e2d feat: switch from NuxtHub to Cloudflare Pages deployment
- Change Nitro preset to cloudflare_pages
- Remove @nuxthub/core module
- Add wrangler pages deploy GitHub Actions workflow
- Add wrangler.jsonc for local development
- Disable nuxthub workflow
2026-01-12 15:13:55 -05:00

7 lines
170 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "msty-studio-docs",
"pages_build_output_dir": "dist",
"compatibility_date": "2024-09-19"
}