mirror of https://github.com/VERT-sh/VERT.git
fix(pages): analytics url
This commit is contained in:
parent
12b4319681
commit
897ae56702
|
|
@ -20,8 +20,8 @@ jobs:
|
||||||
- name: build
|
- name: build
|
||||||
env:
|
env:
|
||||||
BASE_PATH: "/${{ github.event.repository.name }}"
|
BASE_PATH: "/${{ github.event.repository.name }}"
|
||||||
PUB_HOSTNAME: ""
|
PUB_HOSTNAME: "vert.sh"
|
||||||
PUB_PLAUSIBLE_URL: ""
|
PUB_PLAUSIBLE_URL: "https://ats.vert.sh"
|
||||||
PUB_ENV: "production"
|
PUB_ENV: "production"
|
||||||
PUB_VERTD_URL: "https://vertd.vert.sh"
|
PUB_VERTD_URL: "https://vertd.vert.sh"
|
||||||
PUB_DISABLE_ALL_EXTERNAL_REQUESTS: "false"
|
PUB_DISABLE_ALL_EXTERNAL_REQUESTS: "false"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue