SEO Tweaks
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user