maxGraph / maxgraph-integration-examples

Demonstrate how to integrate maxGraph in projects.
https://maxgraph.github.io/maxgraph-integration-examples/
MIT License
13 stars 2 forks source link

feat: deploy the sveltekit project on GitHub Pages #150

Closed tbouffard closed 3 weeks ago

tbouffard commented 3 weeks ago

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

Notes

Covers #69