From e6ac1cdd2e3744f6b1d848b560802f7e2082a4b8 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Sun, 12 May 2024 19:58:35 -0700 Subject: [PATCH] Move to wrangler.toml config --- wrangler.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wrangler.toml diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..c44fe1d --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,7 @@ +# 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" + +[env.production] +compatibility_date = "2023-10-15"