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] Make the "sveltekit" example available in GitHub Pages #69

Closed tbouffard closed 3 weeks ago

tbouffard commented 9 months ago

Currently, the example is not included in the GitHub Pages website. This is because it is not bundled in the "all-in-one" artifact built by GitHub Actions, as the bundling expect resources to be in the dist folder. In the "sveltekit" example, the build generates assets in another folder.

See also https://kit.svelte.dev/docs/adapter-static#github-pages

tbouffard commented 3 weeks ago

Available at https://maxgraph.github.io/maxgraph-integration-examples/sveltekit-ts/