You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When english is required, add duplicate page components for the english URLs, and investigate how to minimize duplication e.g. by sharing page components that accepts language as input using an i18n-package for translation
Possible solutions
Create a page component for each language
Duplicate code for all pages
hosting with node.js server
Deploying with CLI should support multiple users without exceeding free tier. However, the pricing plan limits the number of users who have access to the hosting dashboard.
A solution using Sanity CMS will most probably also create sub-path for default locale, introduce complexity and increase cost more than three users need access.
The text was updated successfully, but these errors were encountered:
Goal:
Preferred solution:
/en/..
) without sub-path for default locale (norwegian) (/..
)Problem description:
Chosen solution at the time of writing
Possible solutions
Create a page component for each language
hosting with node.js server
Deploying with CLI should support multiple users without exceeding free tier. However, the pricing plan limits the number of users who have access to the hosting dashboard.
Vercel
Cons:
Layer0
Netlify
Sub-path routing for all locales
The text was updated successfully, but these errors were encountered: