From b7261ae664c4308c60f6a02c9162dac5547e891b Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 15 Dec 2024 10:11:30 +1100 Subject: [PATCH] Add ads txt --- manifest-template.yaml | 3 +-- www/static/ads.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 www/static/ads.txt diff --git a/manifest-template.yaml b/manifest-template.yaml index 81e2f4c..d88e33e 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -114,8 +114,7 @@ spec: spec: containers: - name: badger-ui - # image: "ghcr.io/wahyd4/badger/ui:{{IMAGE_VERSION}}" - image: "ghcr.io/wahyd4/badger/ui:v0.1.2" + image: "ghcr.io/wahyd4/badger/ui:{{IMAGE_VERSION}}" securityContext: runAsUser: 0 imagePullPolicy: Always diff --git a/www/static/ads.txt b/www/static/ads.txt new file mode 100644 index 0000000..284ee6b --- /dev/null +++ b/www/static/ads.txt @@ -0,0 +1 @@ +google.com, pub-2599506592075808, DIRECT, f08c47fec0942fa0 \ No newline at end of file