We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b8d4 commit 972ca05Copy full SHA for 972ca05
packages/config/src/env/main.ts
@@ -99,7 +99,7 @@ const getGeneralEnv = async function ({
99
context,
100
}) {
101
const gitEnv = await getGitEnv(buildDir, branch)
102
- const deployUrls = getDeployUrls({ siteInfo: siteInfo as any, branch, deployId })
+ const deployUrls = getDeployUrls({ siteInfo: siteInfo as $TSFixMe, branch, deployId })
103
return removeFalsy({
104
SITE_ID: id,
105
SITE_NAME: name,
0 commit comments