Launching SvelteKit project using sveltekit-i18n
in Github pages
#13378
Unanswered
bianchi-dy
asked this question in
Q&A
Replies: 2 comments 1 reply
-
What exactly is the problem? Note that there is extra documentation on using GitHub Pages. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @brunnerh thanks for pointing me to that. I have already tried implementing the Sveltekit Github Pages docs (see link here) I am getting the following issues:
For this error, I'm not sure if it's an issue with SvelteKit (i.e. my |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, total SvelteKit newbie here. I'd like some help and advice on launching my project onto Github pages. This repo is currently part of an organization and will basically be hosted as
<org-name>.github.io/<repo-name>
.I am also using sveltekit-i18n as my language support. The website is basically a static app which allows for dynamic language changes. How do I set up my
svelte.config.js
such that I can launch this to Github pages?I am also encountering the error that my jekyll page is what is getting launched, which I understand can be fixed with a simple inclusion of
.nojekyll
in the root.This is what I've got so far
Beta Was this translation helpful? Give feedback.
All reactions