Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
33956
de2da0a6 chore(nx-dev): fix formatting issues in conf and whitepaper pages Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
21 hours ago
by nx-cloud[bot]
n
Canceled
33956
6c9ba190 docs(misc): use middleware for Framer proxy to keep pages static Pages using the Framer proxy pattern were converted to `getServerSideProps`, causing them to run as serverless functions on every request. This: - Increased Vercel costs (serverless function invocations) - Broke the changelog page (ENOENT error reading files at runtime) - Made all affected pages dynamic instead of static - Pages remain static and are prerendered at build time - Framer proxy is handled by Next.js middleware at the edge (cheap/fast) - Changelog page works by reading files at build time via `getStaticProps` - Add `middleware.ts` to handle Framer rewrites at the edge - Revert 25 pages back to static (remove `getServerSideProps`) - Fix changelog to use `getStaticProps` instead of `getServerSideProps` - Delete `framer-proxy.ts` (no longer needed) Closes DOC-372
21 hours ago
by jaysoo
j
Failed
33956
Fix applied
→
a208c644 docs(misc): use middleware for Framer proxy to keep pages static Pages using the Framer proxy pattern were converted to `getServerSideProps`, causing them to run as serverless functions on every request. This: - Increased Vercel costs (serverless function invocations) - Broke the changelog page (ENOENT error reading files at runtime) - Made all affected pages dynamic instead of static - Pages remain static and are prerendered at build time - Framer proxy is handled by Next.js middleware at the edge (cheap/fast) - Changelog page works by reading files at build time via `getStaticProps` - Add `middleware.ts` to handle Framer rewrites at the edge - Revert 25 pages back to static (remove `getServerSideProps`) - Fix changelog to use `getStaticProps` instead of `getServerSideProps` - Delete `framer-proxy.ts` (no longer needed) Closes DOC-372
22 hours ago
by jaysoo
j
Succeeded
33956
d5e05ee6 docs(misc): fix changelog URL
22 hours ago
by jaysoo
j
Previous page
Previous
Next
Next page