Files
landing/scripts/410-paths.mjs
mifi 7012f0fdd2
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
feature/services-pages (#7)
Reviewed-on: #7
Co-authored-by: mifi <badmf@mifi.dev>
Co-committed-by: mifi <badmf@mifi.dev>
2026-03-10 00:51:18 +00:00

13 lines
311 B
JavaScript

/**
* URL paths that return 410 Gone. Shared by copy-410-paths.mjs and generate-sitemap.mjs.
* Keep in sync with nginx.conf location blocks.
*/
export const PATHS = [
'2024/02/18/hello-world',
'pt',
'feed',
'category/uncategorized/feed',
'category/uncategorized',
'comments/feed',
];