Renumber article slugs to sequential article-N
One-time PocketBase migration that replaces every article's slug with article-1, article-2, ... ordered by publishedAt (oldest first), requested explicitly by the site owner in place of the existing descriptive slugs.
This commit is contained in:
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [2.1.1] - 2026-09-14
|
||||
|
||||
### Changed
|
||||
|
||||
- Renumbered every article's slug to sequential `article-N`, ordered by `publishedAt` (oldest
|
||||
first), via a one-time PocketBase migration — replaces the previous descriptive slugs at the
|
||||
owner's explicit request. Not reversible; existing links/indexed URLs using the old slugs now
|
||||
404.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Language switch no longer overlaps the header logo on narrow viewports (~390px, e.g. iPhone 14
|
||||
|
||||
Reference in New Issue
Block a user