The HTTP Accept-Language request header indicates the natural language and locale that the client prefers. The server uses content negotiation to select one of the proposals and informs the client of the choice with the Content-Language response header. Browsers set required values for this header according to their active user interface language. Users can also configure additional preferred languages through browser settings.| MDN Web Docs
Learn how to use the @astrojs/node SSR adapter to deploy your Astro project.| Docs
Learn how to use the @astrojs/vercel SSR adapter to deploy your Astro project.| Docs
The following reference covers all supported configuration options in Astro. To learn more about configuring Astro, read our guide on Configuring Astro.| Docs
When rendering a page, Astro provides a runtime API specific to the current render. This includes useful information such as the current page URL as well as APIs to perform actions like redirecting to another page.| Docs