From 856e20c19c1155111afe5f1ec8781323716d80c1 Mon Sep 17 00:00:00 2001 From: Javaxman Date: Fri, 24 Apr 2026 15:58:03 +0200 Subject: [PATCH] Imposta dominio produzione nexstudio.ai e allinea note operative Conferma site in Astro config sul dominio effettivo e documenta hostnames Turnstile consigliati per produzione e locale. Made-with: Cursor --- README.md | 8 ++++++++ astro.config.mjs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 924b287..a6105e9 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,11 @@ Suggested operational use: - `no-reply@...` as sender for newsletters and automated communications Copy `.env.example` to `.env` for local development and configure the same keys in Cloudflare Pages/Workers for production. + +## Production domain + +- Official domain: `https://nexstudio.ai` +- Keep Turnstile widget hostnames aligned with: + - `nexstudio.ai` + - `www.nexstudio.ai` (if used) + - `localhost` (for local testing) diff --git a/astro.config.mjs b/astro.config.mjs index 5f2130f..257b790 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -34,7 +34,7 @@ function viteSsrOptimizeIgnoreOutdated() { // https://astro.build/config export default defineConfig({ /** Usato da Astro per URL assoluti (es. sitemap). Imposta il dominio di produzione. */ - // site: 'https://www.tuodominio.com', + site: 'https://nexstudio.ai', output: 'server', // per il deployment su Cloudflare Pages