just use this as the main ssr i guess i cba fixing the old one
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
Lee 2024-09-24 11:15:16 +01:00
parent 6a440d29db
commit b598ccc267
3 changed files with 3 additions and 3 deletions

@ -25,4 +25,4 @@ spec:
memory: 100Mi
limits:
cpu: 1000m # 1 vCPU
memory: 200Mi
memory: 256Mi

@ -10,7 +10,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`ssr-staging.fascinated.cc`)
- match: Host(`ssr.fascinated.cc`)
kind: Rule
middlewares:
- name: default-headers

@ -1,3 +1,3 @@
export const config = {
siteUrl: "https://ssr-dev.fascinated.cc",
siteUrl: "https://ssr.fascinated.cc",
};