Now with legal policies and services pages

This commit is contained in:
2026-03-09 17:12:03 -03:00
parent 66640fa535
commit 164ba69010
63 changed files with 3659 additions and 202 deletions

12
scripts/410-paths.mjs Normal file
View File

@@ -0,0 +1,12 @@
/**
* 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',
];