-
- {
- new Date(date).toLocaleDateString("en-US", {
- month: "long",
- day: "numeric",
- year: "numeric",
- })
- }
+
+
+ {
+ new Date(date).toLocaleDateString("en-US", {
+ month: "long",
+ day: "numeric",
+ year: "numeric",
+ })
+ }
+
+
+
diff --git a/wrangler.toml b/wrangler.toml
index c44fe1d..6f24bd7 100644
--- a/wrangler.toml
+++ b/wrangler.toml
@@ -1,7 +1,8 @@
-# Generated by Wrangler on Sun May 12 2024 19:58:01 GMT-0700 (Pacific Daylight Time)
name = "astro-personal-website"
pages_build_output_dir = "dist"
compatibility_date = "2023-10-15"
+compatibility_flags = ["nodejs_compat"]
-[env.production]
-compatibility_date = "2023-10-15"
+[[kv_namespaces]]
+binding = "ViewCountKV"
+id = "682c01c937f94375aeec197e89074c10"