* fix(status.app): normalize prefetch before passing to next-intl Link
next/link can emit prefetch: "unstable_forceStale", but next-intl’s Link type doesn’t accept it. Strip/normalize that value in the shared link wrapper to prevent the TypeScript build error.
* chore: upgrade next to version 15.5.16 across all projects
* chore: re-generate next-end.d.ts
* chore: add changeset
* fix: improve handling of feature images in blog detail page
* feat: enable direct URL access for hidden desktop-news and mobile-news blog posts
* feat: clean up sitemap configuration and add blog posts with publish dates
* feat: clean up sitemap by removing unnecessary fields and adding actual publish dates for blog posts
* feat: add status.network#build task with environment variables for Ghost API
* feat: clean up sitemap by removing unnecessary fields and ensuring accurate publish dates for blog posts
* feat: remove deprecated changesets for sitemap cleanup and blog post accessibility
* feat: enhance blog metadata handling and add JSON-LD extraction support
* feat: add support for Ghost CMS meta fields and custom JSON-LD for blog SEO
* feat: add logging for invalid JSON-LD in code injection handling
* Update apps/status.network/src/app/[locale]/blog/[slug]/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat(blog): add blog to status.network
* refactor(blog): simplify blog page by removing unused tags and links
* feat(metadata): enhance JSON-LD schemas for Status Network with additional properties and improved descriptions
* chore: add changeset for JSON-LD schema updates, layout adjustments, and UI tweaks across components
* feat(blog): include status-network-blog in disallowed tags and update filters for post retrieval
* feat(blog): implement BlogCard component and update blog to fetch posts dynamically by tag
* feat(naver): add Naver blog integration with RSS fetching and image proxying
* feat(naver-image): implement Naver image handling functions and integrate with API route
* feat(ghost): enhance post retrieval by filtering disallowed tags and adding tag validation
* feat(blog): implement blog section with dynamic routing and metadata
* chore(blog): remove revalidation setting from blog page
* fix(blog): update environment variable names for Ghost API configuration
* feat(blog): enhance blog detail sharing by encoding post title in tweet URL
* fix(blog): update fallback image path in blog detail and post card components
* chore: update specs repo
* changeset fix
* Create fresh-suits-sort.md
* Delete .changeset/tired-flies-kick.md
* Remove .gitmodules file for the status.app submodule
* fix: format GITHUB_REPO_RFC_URL for improved readability
* Update readmes for submodule syncing
* u
* Update README formatting and sync submodule commit for status.app
* Remove role field from Layer-2 networks help document
* Refactor SpecsDoc title resolution logic to use getTitlePart function and exclude specific raw files from content directory
* fix branch name
* Sync submodule commit for status.app to latest version
* Refactor metadata keys in specs to use consistent naming convention
* chore(status.app): update specs submodule's head
* chore: update next-mdx-remote version to non-vulnerable one
* fix(status.app): "expected last token to be open" error in dev mode
---------
Co-authored-by: Felicio <felicio@users.noreply.github.com>
Co-authored-by: JulesFILIOT <dev@julesfiliot.com>
* update image alt texts for mobile app features in AppsPage and ImageType definition
* update "learn more" tag
* add predev
* set ports
* u
* Update alt texts for mobile app features
Update image alt texts for mobile app features in AppsPage and ImageType definition.
* fix(connector): two different zod instances being used leading to error in extension
* chore: add changeset
* fix(wallet): wrong zod version used
* fix: zod version resolution
* chore: add changeset
* fix: pnpm lock file to pass package/wallet build
* Revert "fix: pnpm lock file to pass package/wallet build"
This reverts commit a9455d4216.
* fix(connector): use dependency aliasing to isolate zod version
isolate zod's version of the connector project from other projects so it is not misused elsewhere
* fix(connector): zod imports