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