From f115e1f31d0987b5e4dcd375c7bd8e63bd3c154d Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 20 Dec 2022 23:09:49 +0630 Subject: [PATCH] docs: update README for google-site-verification tag --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 733afd8..4b74517 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,13 @@ npm create astro@latest -- --template satnaing/astro-paper yarn create astro --template satnaing/astro-paper ``` -Don't forget to remove Google site varification. +## Google Site Verification (optional) + +You can easily add your [Google Site Verification HTML tag](https://support.google.com/webmasters/answer/9008080#meta_tag_verification&zippy=%2Chtml-tag) in AstroPaper using environment variable. This step is optional. If you don't add the following env variable, the google-site-verification tag won't appear in the html `` section. ```bash -# in your project directory -rm -rf public/googlebbcd930f1ecacd3a.html +# in your environment variable file (.env) +PUBLIC_GOOGLE_SITE_VERIFICATION=your-google-site-verification-value ``` ## 🧞 Commands