mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Update devDependencies
(#41383)
This commit is contained in:
@@ -11,10 +11,10 @@ const site = isDev
|
||||
? // In development mode, use the local dev server.
|
||||
'http://localhost:4321'
|
||||
: process.env.DEPLOY_PRIME_URL !== undefined
|
||||
? // If deploying on Netlify, use the `DEPLOY_PRIME_URL` environment variable.
|
||||
process.env.DEPLOY_PRIME_URL
|
||||
: // Otherwise, use the `baseURL` value defined in the `config.yml` file.
|
||||
getConfig().baseURL
|
||||
? // If deploying on Netlify, use the `DEPLOY_PRIME_URL` environment variable.
|
||||
process.env.DEPLOY_PRIME_URL
|
||||
: // Otherwise, use the `baseURL` value defined in the `config.yml` file.
|
||||
getConfig().baseURL
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
@@ -147,8 +147,8 @@ function replaceInFrontmatter(record: Record<string, unknown>, replacer: (value:
|
||||
return typeof arrayValue === 'string'
|
||||
? replacer(arrayValue)
|
||||
: typeof arrayValue === 'object'
|
||||
? replaceInFrontmatter(arrayValue, replacer)
|
||||
: arrayValue
|
||||
? replaceInFrontmatter(arrayValue, replacer)
|
||||
: arrayValue
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user