diff --git a/manifest-template.yaml b/manifest-template.yaml index 1a90f95..81e2f4c 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -115,7 +115,7 @@ spec: containers: - name: badger-ui # image: "ghcr.io/wahyd4/badger/ui:{{IMAGE_VERSION}}" - image: "ghcr.io/wahyd4/badger/ui:v0.1.152" + image: "ghcr.io/wahyd4/badger/ui:v0.1.2" securityContext: runAsUser: 0 imagePullPolicy: Always @@ -170,8 +170,8 @@ metadata: kubernetes.io/tls-acme: "true" cert-manager.io/cluster-issuer: "letsencrypt-prod" nginx.ingress.kubernetes.io/global-rate-limit-window: 1m - nginx.ingress.kubernetes.io/global-rate-limit: "20" - nginx.ingress.kubernetes.io/limit-rpm: "20" + nginx.ingress.kubernetes.io/global-rate-limit: "15" + nginx.ingress.kubernetes.io/limit-rpm: "15" spec: tls: - hosts: diff --git a/www/package-lock.json b/www/package-lock.json index e2bbe1c..3c6e320 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -15468,8 +15468,10 @@ "version": "9.0.0", "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz", "integrity": "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==", + "deprecated": "Node Sass is no longer supported. Please use `sass` or `sass-embedded` instead.", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "async-foreach": "^0.1.3", "chalk": "^4.1.2", diff --git a/www/pages/index.vue b/www/pages/index.vue index be05dae..cc2e79e 100644 --- a/www/pages/index.vue +++ b/www/pages/index.vue @@ -3,8 +3,8 @@ -
- +
+
@@ -29,19 +29,19 @@ variant="light" :pressed="isBadgeActive('green')" @click="updateBadgeText('green')" - > @@ -86,8 +86,8 @@

Badger generates a unique SVG image for your web page, requests gets - calcaulted and reflected on the value of the Badge.
- Think about this is simplifed Google Analytics on a static page + calculated and reflected on the value of the Badge.
+ Think about this is simplified Google Analytics on a static page without any JS script, isn't this neat?

@@ -115,7 +115,7 @@ />

No setup no cost

- Just copy the generated unique script to your markdown fiel and wait + Just copy the generated unique script to your markdown file and wait for the first person to browse your page.