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

View File

@@ -9,19 +9,12 @@ import fs from 'fs';
import path from 'path';
import { fileURLToPath } from 'url';
import { PATHS } from './410-paths.mjs';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const DIST = path.join(__dirname, '..', 'dist');
const SOURCE = path.join(DIST, '410.html');
const PATHS = [
'2024/02/18/hello-world',
'pt',
'feed',
'category/uncategorized/feed',
'category/uncategorized',
'comments/feed',
];
function main() {
if (!fs.existsSync(SOURCE)) {
console.error('dist/410.html not found. Run build first.');