feat: establish public SEO foundation
CI / backend-and-migrations (push) Canceled after 0s
CI / astro-build (push) Canceled after 0s
CI / compose-e2e (push) Canceled after 0s

This commit is contained in:
ik
2026-09-07 13:29:13 +07:00
parent 9275799ce7
commit 494a37ce8f
14 changed files with 160 additions and 12 deletions
+1
View File
@@ -2,6 +2,7 @@ import { defineConfig } from "astro/config";
import node from "@astrojs/node";
export default defineConfig({
site: process.env.PUBLIC_SITE_URL || "https://rf4spotter.ru",
output: "server",
adapter: node({ mode: "standalone" }),
server: { host: true, port: 4321 },