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 7ea4282 commit d6d33c9Copy full SHA for d6d33c9
packages/runtime/src/templates/edge/ipx.ts
@@ -38,7 +38,7 @@ const handler = async (req: Request, context: Context) => {
38
if (!source) {
39
errors.push('Missing "url" parameter')
40
} else if (!source.startsWith('http') && !source.startsWith('/')) {
41
- errors.push('The "url" parameter must be a valid URL')
+ errors.push('The "url" parameter must be a valid URL or path')
42
}
43
44
if (!width) {
0 commit comments