diff --git a/src/components/verification/DataTable.astro b/src/components/verification/DataTable.astro
index af00fcc..cca7f5c 100644
--- a/src/components/verification/DataTable.astro
+++ b/src/components/verification/DataTable.astro
@@ -11,38 +11,52 @@ const { cv } = Astro.props;
- -
- UUID:
-
+
-
+
+ UUID:
+
+
{cv.uuid}
- -
-
+
-
+
Issued by:
{cv.author}
- -
-
+
-
+
Issued to:
{cv.company_name}
- -
-
+
-
+
Issue date:
{cv.created?.toLocaleString()}
- -
- Purpose:
+
-
+
+ Purpose:
+
{cv.purpose}
diff --git a/wrangler.toml b/wrangler.toml
index 2870aff..973bb51 100644
--- a/wrangler.toml
+++ b/wrangler.toml
@@ -1,3 +1,5 @@
+node_compat = true
+
[[d1_databases]]
binding = "DB"
database_name = "cv-verification"