SEO Tweaks

This commit is contained in:
2026-05-12 00:45:02 +12:00
parent 955a563d14
commit ac6179e776
96 changed files with 1623 additions and 273 deletions
+9
View File
@@ -0,0 +1,9 @@
import { register } from 'node:module';
import { pathToFileURL, fileURLToPath } from 'node:url';
import path from 'node:path';
const scriptDir = path.dirname(fileURLToPath(import.meta.url));
register(
pathToFileURL(path.join(scriptDir, 'sveltekit-hooks.mjs')).href,
pathToFileURL(scriptDir + '/')
);