Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deploy the sveltekit project on GitHub Pages #150

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented Aug 19, 2024

Switch from @sveltejs/adapter-auto to @sveltejs/adapter-static (use v2 because v3 is for sveltekit v2) to be able to create a SPA. Downgrade vite to v4 because @sveltejs/adapter-static doesn't support vite v5

In addition, bump svelte dependencies

  • svelte from 4.2.8 to 4.2.18
  • svelte-check to 3.8.5
  • @sveltejs/kit from 1.28.0 to 1.30.4 (migration to v2 will be done later)

Notes

Covers #69

Switch from `@sveltejs/adapter-auto` to `@sveltejs/adapter-static` (use v2 because v3 is for sveltekit v2) to be able to create a SPA.
Downgrade `vite` to v4 because `@sveltejs/adapter-static` doesn't support vite v5

In addition, bump svelte dependencies
  - svelte from 4.2.8 to 4.2.18
  - svelte-check to 3.8.5
  - @sveltejs/kit from 1.28.0 to 1.30.4 (migration to v2 will be done later)
@tbouffard tbouffard added the enhancement New feature or request label Aug 19, 2024
@tbouffard tbouffard marked this pull request as ready for review August 19, 2024 15:44
@tbouffard tbouffard merged commit 18ab3a0 into main Aug 19, 2024
15 checks passed
@tbouffard tbouffard deleted the feat/deploy_sveltekit-ts_to_gh-pages branch August 19, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant