Skip to content

Commit 39ff59a

Browse files
committed
tweak: dev mode for trycloudflare.com
1 parent 1808285 commit 39ff59a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

s/patterns/head-scripts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export function headScripts({
3030
: (
3131
location.host.startsWith("localhost") ||
3232
location.host.startsWith("192.168.") ||
33-
location.host.startsWith("10.0.")
33+
location.host.startsWith("10.0.") ||
34+
location.host.includes("trycloudflare.com")
3435
)
3536
3637
// create and insert a script element

0 commit comments

Comments
 (0)