Commit Graph

18 Commits

Author SHA1 Message Date
Wayne Sutton
b280cb4605 docs: add npm run sync:prod notes for production
Clarify when to use development vs production sync commands
in setup-guide, about-this-blog, and markdown-with-code-examples
2025-12-15 09:25:42 -08:00
Wayne Sutton
6c10829b1c feat: add real-time stats page with live visitor tracking and page view analytics 2025-12-14 23:07:11 -08:00
Wayne Sutton
ffef8d6532 readme: updated with npm run sync:prod commands 2025-12-14 21:53:00 -08:00
Wayne Sutton
c492b338b4 fix: require VITE_CONVEX_URL env var for edge functions and clarify publishing workflow
- Add VITE_CONVEX_URL requirement to Netlify env vars for edge function runtime
- Improve error messages in edge functions when Convex URL is missing
- Add "How publishing works" explanation to README, setup guide, and docs
- Update deployment instructions across all documentation
2025-12-14 21:42:09 -08:00
Wayne Sutton
078fbe6698 fix: add edge functions for dynamic RSS, sitemap, and API proxying to Convex HTTP endpoints 2025-12-14 17:00:46 -08:00
Wayne Sutton
c6c12ecd58 fix: update OG image meta tags and rename to Markdown Site 2025-12-14 14:51:22 -08:00
Wayne Sutton
e701737090 refactor: remove Cursor and VS Code options from CopyPageDropdown 2025-12-14 13:16:29 -08:00
Wayne Sutton
128763387b feat: add CopyPageDropdown to static pages for LLM sharing 2025-12-14 12:57:08 -08:00
Wayne Sutton
9fa49cffbb docs: add Netlify deployment troubleshooting guide 2025-12-14 12:30:05 -08:00
Wayne Sutton
031792a64b fix: add @types/node for process.env TypeScript support 2025-12-14 12:16:31 -08:00
Wayne Sutton
d73f49db65 fix: force devDeps install with npm ci --include=dev and use npx vite build 2025-12-14 12:13:20 -08:00
Wayne Sutton
59e9c655d4 fix: ensure vite installs and builds correctly on Netlify 2025-12-14 12:06:11 -08:00
Wayne Sutton
ad7f07ffe1 fix: ensure npm install runs before convex deploy on Netlify 2025-12-14 11:56:17 -08:00
Wayne Sutton
04c43dec4c fix: remove tsc from build script, Vite handles TypeScript 2025-12-14 11:53:19 -08:00
Wayne Sutton
7c44b53436 fix: use npx for tsc and vite in build script 2025-12-14 11:48:02 -08:00
Wayne Sutton
1efa55b5d7 fix: update Netlify build command to use convex deploy 2025-12-14 11:43:59 -08:00
Wayne Sutton
462729de58 chore: prepare v1.0.0 for Netlify deployment
Update version to 1.0.0 across package.json and changelog. Configure netlify.toml with Convex deployment URL (agreeable-trout-200.convex.site). Verify TypeScript type-safety for src and convex directories. Confirm Netlify build passes with SPA 404 fallback configured. Update TASK.md with deployment steps and files.md with complete file structure.
2025-12-14 11:30:22 -08:00
Wayne Sutton
6e8d1b1138 first commit 2025-12-14 10:27:27 -08:00