We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9144d2 commit a48a6bfCopy full SHA for a48a6bf
src/build/plugin-context.ts
@@ -153,10 +153,6 @@ export class PluginContext {
153
}
154
155
get useRegionalBlobs(): boolean {
156
- if (!(this.featureFlags || {})['next-runtime-regional-blobs']) {
157
- return false
158
- }
159
-
160
// Region-aware blobs are only available as of CLI v17.23.5 (i.e. Build v29.41.5)
161
const REQUIRED_BUILD_VERSION = '>=29.41.5'
162
return satisfies(this.buildVersion, REQUIRED_BUILD_VERSION, { includePrerelease: true })
0 commit comments