Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: wKovacs64/drinks

Tags

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 3.7.1 (#195)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v3.7.0

Toggle v3.7.0's commit message
chore: add .cursor to .prettierignore

v3.6.1

Toggle v3.6.1's commit message
fix(deps): npm audit fix

v3.6.0

Toggle v3.6.0's commit message
fix(ci): fix semantic-release permissions

v3.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: move request logging to middleware (#173)

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(images): replace bespoke responsive image handling with Unpic (#164)

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve Tailwind CSS v4 hydration issues (#159)

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pwa): neuter the service worker in an attempt to fix broken clien…

…ts (#132)

v3.4.0

Toggle v3.4.0's commit message
chore(deps): update marked-terminal to v7.2.1

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove origin compression entirely (#121)

Fly.io's proxy automatically compresses the response unless you compress
it yourself. You can disable compression by setting the
`Content-Encoding` header to `identity`, but that affects CDNs that may
be in front of Fly's proxy, too. So, at this time, it seems the best
option is to remove compression from the origin server entirely, let
Fly's proxy compress the responses, and disable the CDN compression to
avoid double compression.