Skip to content

feat: add Cloudflare Pages project website#9

Merged
wimi321 merged 1 commit intomainfrom
feat/cloudflare-pages-website
May 7, 2026
Merged

feat: add Cloudflare Pages project website#9
wimi321 merged 1 commit intomainfrom
feat/cloudflare-pages-website

Conversation

@wimi321
Copy link
Copy Markdown
Owner

@wimi321 wimi321 commented May 7, 2026

Summary

Adds a simple, professional Astro static website for goagent, ready for Cloudflare Pages deployment at goagent.top.

What changed

  • Adds website/ as an independent Astro static project.
  • Adds pages for home, download, docs, privacy, FAQ, and changelog.
  • Adds Cloudflare Pages headers, redirects, robots.txt, logo, and deployment guide.
  • Adds root scripts for website install/build/dev/check.
  • Adds scripts/check_website.mjs to guard required pages, goagent.top domain usage, GitHub Releases links, privacy language, and no large installer files in website public assets.
  • Adds pnpm-workspace.yaml so root pnpm install installs website dependencies too.

Deployment

Cloudflare Pages settings:

  • Root directory: website
  • Build command: pnpm build
  • Output directory: dist
  • Custom domains: goagent.top, www.goagent.top

Verification

  • pnpm install
  • pnpm website:build
  • pnpm check:website
  • local HTTP smoke on /, /download, /docs, /privacy, /faq, /changelog
  • pnpm test
  • pnpm typecheck

@wimi321 wimi321 merged commit c64665e into main May 7, 2026
5 checks passed
@wimi321 wimi321 deleted the feat/cloudflare-pages-website branch May 7, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant