From e84c3478fedb0a903df251063034afb20d49002a Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Thu, 22 Sep 2022 21:37:58 +0630 Subject: [PATCH] Remove unused .env.sample file --- .env.sample | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .env.sample diff --git a/.env.sample b/.env.sample deleted file mode 100644 index e61fd6b..0000000 --- a/.env.sample +++ /dev/null @@ -1,10 +0,0 @@ -# this is just a sample .env file -# you can replace any value in the following environment variables -# note that if you change the default og image name, -# you also need to change that image name under public directory -# also, don't forget to rename this file from ".env.sample" to ".env" -PUBLIC_AUTHOR=Your Name -PUBLIC_SITE_DESC=A minimal, responsive and SEO-friendly Astro blog theme. -PUBLIC_SITE_TITLE=AstroPaper -PUBLIC_OG_IMAGE=og-default.png -PUBLIC_POST_PER_PAGE=3 \ No newline at end of file