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

Commits on Aug 19, 2024

  1. feat: deploy the sveltekit project on GitHub Pages

    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 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b4c4409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c9e3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53b8ab View commit details
    Browse the repository at this point in the history