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 323dc6c commit 12f1bd2Copy full SHA for 12f1bd2
components/footer.tsx
@@ -5,7 +5,6 @@ import { useSharedData } from '@/contexts/shared-data';
5
import {
6
ActionIcon,
7
Container,
8
- Group,
9
Text,
10
useMantineColorScheme,
11
} from '@mantine/core';
wrangler.jsonc
@@ -32,5 +32,11 @@
32
"binding": "NEXT_INC_CACHE_R2_BUCKET",
33
"bucket_name": "essentialsx-website-next-cache"
34
}
35
+ ],
36
+ "routes": [
37
+ {
38
+ "pattern": "next.essentialsx.net",
39
+ "custom_domain": true
40
+ }
41
]
-}
42
+}
0 commit comments