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
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Therefore I need to downgrade my @sveltejs/kit so much, that everything else just breaks up: and consecutively I need to downgrade almost everything to who knows which version, in order to find this short period of time when all this stack worked, for building SveltKit project for Github.
The text was updated successfully, but these errors were encountered:
Btw I just tried to use all the old versions, so svelte-adapter-github works again, but it seems it does not generate all the needed pages, like about.html, blog.html, etc. Only index.html... It's a false adapter: it never worked.
With the upcoming changes on sveltejs/kit#5845, I'm starting to think I need to deprecate this package. I originally just copied the code from sveltekit's static adapter, then modified it a bit for use with Github.
If I do continue it, I need to make some changes so I can merge updates from the official adapter-static and make some tweaks so this adapter will work with newer versions of sveltekit.
Ok, I finally found some time to get this straightened out. The latest version should be good, but since you're using the official adapter-static I'll close this issue.
This error appears when I try to build my project with most currently recent versions:
"@sveltejs/kit": "1.0.0-next.405",
"svelte-adapter-github": "0.0.1-next.0",
When I try to use older
@sveltejs/kit
, I bump into this another issue:Therefore I need to downgrade my
@sveltejs/kit
so much, that everything else just breaks up: and consecutively I need to downgrade almost everything to who knows which version, in order to find this short period of time when all this stack worked, for building SveltKit project for Github.The text was updated successfully, but these errors were encountered: