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 0cfa8d2 commit 2e32f02Copy full SHA for 2e32f02
src/utils/feature-flags.ts
@@ -22,7 +22,6 @@ export const getFeatureFlagsFromSiteInfo = (siteInfo: {
22
// see https://github.com/netlify/pod-dev-foundations/issues/581#issuecomment-1731022753
23
zisi_golang_use_al2: isFeatureFlagEnabled('cli_golang_use_al2', siteInfo),
24
netlify_build_frameworks_api: true,
25
- project_ceruledge_ui: true,
26
})
27
28
export type FeatureFlags = Record<string, boolean | string | number>
0 commit comments