Editorial-cinematic Astro website for Mark Jayson Farol.
Production URL: https://markjayson.com/
npm install
npm run dev
npm run build
npm run previewThis repo is configured to deploy through Cloudflare Pages.
Dashboard project:
markjaysonwebsite
Manual deploy from the CLI:
npx wrangler login
npm run build
npm run deployRecommended dashboard setup:
- In Cloudflare, open
Workers & Pagesand selectmarkjaysonwebsite. - Under
Custom domains, attachmarkjayson.com. - Add
www.markjayson.comand redirect it tomarkjayson.comif desired. - Remove any GitHub Pages custom-domain setting from the repository to avoid conflicts.