wish me luck
Some checks failed
Deploy / deploy (push) Failing after 1m22s

This commit is contained in:
Lee
2024-09-28 05:57:35 +01:00
parent 39526dde41
commit 2f18f0f096
25 changed files with 1812 additions and 85 deletions

View File

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