1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

Fix a code snippet of tutorial

This commit is contained in:
Cotes Chung 2021-03-23 15:45:21 +08:00
parent 9636612755
commit 8c940dbb96

View File

@ -116,8 +116,7 @@ There is a detailed [tutorial](https://developers.google.com/analytics/solutions
1. Clone the **Google Analytics superProxy** project on Github: <https://github.com/googleanalytics/google-analytics-super-proxy> to your local.
2. Remove the first 2 lines in the [`src/app.yaml`](https://github.com/googleanalytics/google-analytics-super-proxy/blob/master/src/app.yaml#L1-L2) file:
```yaml
```diff
- application: your-project-id
- version: 1
```