The year in the footer is set at build time:
copyright: `Copyright © ${(new Date()).getUTCFullYear()} PDK Developers`,
It looks like the site hasn't been redeployed since the start of 2026, so the footer still says 2025.
A fresh deploy will fix it, but the problem will repeat every January until the next build. Worth considering a year range or client-side rendering to avoid this.
The year in the footer is set at build time:
It looks like the site hasn't been redeployed since the start of 2026, so the footer still says 2025.
A fresh deploy will fix it, but the problem will repeat every January until the next build. Worth considering a year range or client-side rendering to avoid this.