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
+3
View File
@@ -132,10 +132,13 @@ function Export-HomepageContent {
throw "Homepage content export script not found: $scriptPath"
}
$resolverPath = Join-Path $ProjectPath 'scripts\sveltekit-resolver.mjs'
Push-Location $ProjectPath
try {
Invoke-External -FilePath 'node' -Arguments @(
'--experimental-strip-types',
"--import=$(([uri]::new([System.IO.Path]::GetFullPath($resolverPath))).AbsoluteUri)",
$scriptPath,
$OutputPath
)