A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Sure, map english as the default language in EPiServerFramwork.config
<episerver.framework>
<siteHostMapping>
<siteHosts>
<add name="*" language="en" />
</siteHosts>
</siteHostMapping>
</episerver.framework>
Hi!
When I started to develop my first EPIServer site, by default there was English language defined. This site is not supposed to have switcher between languages. But all urls have "en" attribute ex. "localhost/en/restofpath". Is it possible to skip this attribute in path?