diff --git a/src/lib/components/domains/cnameTable.svelte b/src/lib/components/domains/cnameTable.svelte
new file mode 100644
index 000000000..40c89e3fe
--- /dev/null
+++ b/src/lib/components/domains/cnameTable.svelte
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+ {domain}
+
+ {#if verified}
+
+ {:else if verified === false}
+
+ {:else}
+
+ {/if}
+
+
+ Add the following record on your DNS provider. Note that DNS changes may take time to
+ propagate fully.
+
+
+
+
+
+ Type
+ Name
+ Value
+
+
+ CNAME
+ {domain}
+
+
+ {globalThis?.location?.origin}
+
+
+
+
+
+
+ A list of all domain providers and their DNS setting is available here.
+
+
+
diff --git a/src/routes/(console)/project-[project]/functions/+page.svelte b/src/routes/(console)/project-[project]/functions/+page.svelte
index 599312c94..224b19734 100644
--- a/src/routes/(console)/project-[project]/functions/+page.svelte
+++ b/src/routes/(console)/project-[project]/functions/+page.svelte
@@ -5,9 +5,11 @@
import {
CardContainer,
Empty,
+ EmptySearch,
GridItem1,
Id,
PaginationWithLimit,
+ SearchQuery,
SvgIcon
} from '$lib/components';
import { toLocaleDateTime } from '$lib/helpers/date';
@@ -74,7 +76,9 @@
-
+
+
+