diff --git a/.env.local b/.env.local index 397c87a..5d8cfea 100644 --- a/.env.local +++ b/.env.local @@ -1,4 +1,4 @@ BUTTONDOWN_API_KEY=e151de43-3961-4c30-bc10-545c470cc032 -AUTH_SECRET=your_random_secret_string_min_32_chars +AUTH_SECRET=648c9fe286dae95ca9f6d08a9e66e6ad4d16195a4442d4d38c859df746b28a44 SITE_URL=https://damdug.com GUMROAD_URL=https://damdugster.gumroad.com/l/HDKFieldKit \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7df1336..d58b236 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,13 +2,24 @@ const year = new Date().getFullYear(); --- -