alpha
Login
or
Join now
russ.fugl.dev
/
sks-website
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
build smart knowledge-sharing systems that combine the best of human expertise with smart technology
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
sks-website
/
src
/
lib
/
axiom
/
at
main
3 files
Russ T. Fugal
fix(axiom): skip env var validation during build
2mo ago
0ddfbd04
axiom.ts
fix(axiom): skip env var validation during build NEXT_PHASE=phase-production-build runs with NODE_ENV=production but does not have access to runtime env vars in some deployment setups. Skip the fail-fast throw during build so static generation succeeds; runtime production still fails fast on missing token. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2 months ago
client.ts
fix(audit): resolve accessibility and lint issues batch 5/5 Address audit findings across portfolio components, content modules, and blog utilities: - Refactored blog content structure: extracted categories.ts and authors.ts for better maintainability - Created filter-button.tsx component for portfolio filtering UI improvements - Fixed accessibility violations in marketing and blog content modules - Improved lint compliance across axiom, markdown utilities, and filtering logic - Streamlined content organization by centralizing blog metadata and author information This completes the audit improvements addressing 23 lint/accessibility issues across 15 files. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
5 months ago
server.ts
fix(axiom): skip transport in dev and build to keep blog routes static The blog/[slug] page registers an after() callback that calls logEvent + logger.flush(). During next build's static-generation pass, Axiom's no-store ingest fetch flipped the route to dynamic rendering, breaking ISR (DYNAMIC_SERVER_USAGE). Use ConsoleTransport during NODE_ENV=development and during NEXT_PHASE=phase-production-build; keep AxiomJSTransport for runtime production only. /blog/[slug] is now SSG (1w revalidate) again. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago