remove old links (#1243)

This commit is contained in:
NotSoToothless
2026-05-14 16:17:30 -07:00
committed by GitHub
parent 48a55c444e
commit 39c42ab635
17 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ NODE_ENV=production
PORT=3000
# Domain Configuration (CORS)
PRODUCTION_DOMAIN=https://srebot-meow.ing
PRODUCTION_DOMAIN=https://sre.pawjob.us
# External API Configuration
EXTERNAL_API_URL=http://localhost:6000
+1 -1
View File
@@ -13,7 +13,7 @@ PORT=3001
EXTERNAL_API_URL=http://localhost:6000
# Domain Config (used for CORS)
PRODUCTION_DOMAIN=https://srebot-meow.ing
PRODUCTION_DOMAIN=https://sre.pawjob.us
# API Security (optional - auto-generates if not set)
# Generate with: openssl rand -hex 32
+2 -2
View File
@@ -194,7 +194,7 @@ app.use(compression({
const corsOptions = {
origin: function (origin, callback) {
const allowedOrigins = process.env.NODE_ENV === 'production'
? [process.env.PRODUCTION_DOMAIN || 'https://srebot-meow.ing']
? [process.env.PRODUCTION_DOMAIN || 'https://sre.pawjob.us']
: ['http://localhost:3000', 'http://localhost:3001'];
@@ -216,7 +216,7 @@ const corsOptions = {
const apiCorsOptions = {
origin: function (origin, callback) {
const allowedOrigins = process.env.NODE_ENV === 'production'
? [process.env.PRODUCTION_DOMAIN || 'https://srebot-meow.ing']
? [process.env.PRODUCTION_DOMAIN || 'https://sre.pawjob.us']
: ['http://localhost:3000', 'http://localhost:3001'];
+2 -2
View File
@@ -94,7 +94,7 @@
line-height: 1;
}
.switcher-card.card-tss .switcher-title {
background: linear-gradient(95deg,#ff9d00,#ffd28a 70%);
background: linear-gradient(95deg,#fff7e8,#ffdca3 58%,#fffdf8);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
@@ -141,7 +141,7 @@
<div class="switcher-card-inner">
<div class="switcher-text">
<span class="switcher-title">TSS</span>
<span class="switcher-sub"><span class="switcher-pip"></span>tss&nbsp;bot</span>
<span class="switcher-sub"><span class="switcher-pip"></span>tssbot</span>
</div>
<img src="/images/light_fury_match.jpg" alt="Light Fury" class="switcher-pfp" width="56" height="56">
</div>