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 9720b70 commit daa8860Copy full SHA for daa8860
1 file changed
packages/integrations/cloudflare/src/utils/assets.ts
@@ -1,8 +1,5 @@
1
import { isRemotePath } from '@astrojs/internal-helpers/path';
2
-import {
3
- matchHostname,
4
- matchPattern,
5
-} from '@astrojs/internal-helpers/remote';
+import { matchHostname, matchPattern } from '@astrojs/internal-helpers/remote';
6
import type { AstroConfig } from 'astro';
7
8
export function isRemoteAllowed(
0 commit comments