Skip to content

Commit a48a6bf

Browse files
committed
chore: Feature flag is fully released and always on
1 parent b9144d2 commit a48a6bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/build/plugin-context.ts

-4
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ export class PluginContext {
153153
}
154154

155155
get useRegionalBlobs(): boolean {
156-
if (!(this.featureFlags || {})['next-runtime-regional-blobs']) {
157-
return false
158-
}
159-
160156
// Region-aware blobs are only available as of CLI v17.23.5 (i.e. Build v29.41.5)
161157
const REQUIRED_BUILD_VERSION = '>=29.41.5'
162158
return satisfies(this.buildVersion, REQUIRED_BUILD_VERSION, { includePrerelease: true })

0 commit comments

Comments
 (0)