Replies: 3 comments
-
I am struggling with the exact same problem. Any updates? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be useful. When I run my TanStack Start + Router page through Google PageSpeed Insights, the top recommendation is to enable text compression on responses. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi , I think you need to create a nitro.config.ts file in root directory and then configure Nitro :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm deploying TSS as a Docker image on Google Cloud Run without a CDN. Building the app with
server: { preset: "node-server" }
.Has anyone dealt with adding compression on the node server level?
I saw this plugin for H3 but I'm not sure how I would integrate it with TSS.
Beta Was this translation helpful? Give feedback.
All reactions