chore(ci): update SEO
Some checks failed
deploy-socialize / test (push) Failing after 2s
deploy-socialize / image (push) Has been skipped
deploy-socialize / deploy (push) Has been skipped

This commit is contained in:
2026-05-05 22:24:57 -04:00
parent b7b282a71a
commit a437bfcfc3
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const disallowedRoutes = [
'/verify-email',
];
const siteUrl = (process.env.VITE_PUBLIC_SITE_URL ?? process.env.SITE_URL ?? 'http://localhost:5173')
const siteUrl = (process.env.VITE_PUBLIC_SITE_URL ?? process.env.SITE_URL ?? 'https://socialize.mapachotes.com')
.replace(/\/$/, '');
const distDir = resolve(process.cwd(), 'dist');