Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Vivash ca17915674
Avivash/upgrade sveltekit (#112) 2023-01-09 17:28:32 -08:00
avivash 685b3b7738 Revert to 14b554d098 2023-01-06 11:01:02 -08:00
Brian Ginsburg 33ceebadc3
Upgrade SvelteKit to 1.0.0 stable release (#108)
* Upgrade to Vite 4.0.0

* Update trailing slash config

* Update path alias configs

* Upgrade safelist config

We had this under purge, but that has been deprecated. The safelist is
in its own top-level config now:
https://tailwindcss.com/docs/content-configuration#safelisting-classes

* Upgrade to SvelteKit stable release
2023-01-05 16:12:52 -08:00
Brian Ginsburg 15cc1f06ed
Add route support for Fission app publishing (#66)
* Add trailing slash always
* Add leading slashes to gotos
* Add fission.yaml and publish action
* Update Fission app name
* Update README


Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-09-22 15:10:28 -04:00
Brian Ginsburg 71aac0e88c
Upgrade SvelteKit (#65)
* Staging upgrades to sveltekit and adapter-static

Preparation for routes migration

* svelte-migrate: renamed files

* svelte-migrate: updated files

* Upgrade to latest kit and adapter-static

* Rename app/env to app/environment

* Migrate rendering and prerendering behavior

* Extend SvelteKit tsconfig
2022-09-20 13:47:45 -07:00
Jess Martin 3c8429082e
Deploy to Netlify with redirect support (#50)
* Removing Fission publish action and configuration info from README

* Document the Netlify deployment information in the README
2022-08-31 10:10:04 -04:00
Brian Ginsburg 2b98bce42b
Boilerplate svelte app 2022-07-14 11:41:33 -07:00