Skip to content

Commit de5a9ec

Browse files
authored
fix: remove unused allowIndexing prop (#922)
1 parent b7949df commit de5a9ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/root.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ function Document({
143143
nonce: string
144144
theme?: Theme
145145
env?: Record<string, string | undefined>
146-
allowIndexing?: boolean
147146
}) {
148147
const allowIndexing = ENV.ALLOW_INDEXING !== 'false'
149148
return (

0 commit comments

Comments
 (0)