-
I was wondering if it seams doable to build a plugin to support multiple domains. |
Beta Was this translation helpful? Give feedback.
Answered by
nickreese
Apr 2, 2021
Replies: 1 comment 1 reply
-
@ramshorst Totally doable. Basically Elder.js just outputs pages into a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nickreese
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ramshorst Totally doable. Basically Elder.js just outputs pages into a
public
folder. You could use the same routes to generate different languages with different languages. @kiuKisas has a translation plugin which may also help.