#can you give and example of overriding SiteTitle
3 messages · Page 1 of 1 (latest)
Hi @rugged prawn. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Hmm, I don't know enough to give you a confident answer yet. The extracts provided do not contain specific information about overriding the siteTitle in Astro. However, they do mention how to override the site property in the Astro configuration file (astro.config.mjs) using the --site command line argument.
Here is an example of how to override the site property:
yarn build --site $DEPLOY_PRIME_URL
This command will override the site value in your astro.config.mjs file with the value of $DEPLOY_PRIME_URL source (https://github.com/withastro/astro/issues/788).