Skip to content

Commit 12f1bd2

Browse files
committed
fix lint + domain
1 parent 323dc6c commit 12f1bd2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

components/footer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { useSharedData } from '@/contexts/shared-data';
55
import {
66
ActionIcon,
77
Container,
8-
Group,
98
Text,
109
useMantineColorScheme,
1110
} from '@mantine/core';

wrangler.jsonc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@
3232
"binding": "NEXT_INC_CACHE_R2_BUCKET",
3333
"bucket_name": "essentialsx-website-next-cache"
3434
}
35+
],
36+
"routes": [
37+
{
38+
"pattern": "next.essentialsx.net",
39+
"custom_domain": true
40+
}
3541
]
36-
}
42+
}

0 commit comments

Comments
 (0)