We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compress static assets to help load faster. Noticed this from Lighthouse on main page as well as others. I think the correct course is using nginx but failed to get it working with the current setup due to the current websocket + systemd + node flow: https://stackoverflow.com/questions/70398935/how-to-deploy-a-svelte-kit-app-after-build-using-nginx-as-web-server
Ultimately, this will need to be played around with on a test server instead of the main as it might take awhile to get right.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compress static assets to help load faster. Noticed this from Lighthouse on main page as well as others. I think the correct course is using nginx but failed to get it working with the current setup due to the current websocket + systemd + node flow:
https://stackoverflow.com/questions/70398935/how-to-deploy-a-svelte-kit-app-after-build-using-nginx-as-web-server
Ultimately, this will need to be played around with on a test server instead of the main as it might take awhile to get right.
The text was updated successfully, but these errors were encountered: