We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c49e19 commit 840ebc5Copy full SHA for 840ebc5
1 file changed
docs/latest/concepts/static-files.md
@@ -132,8 +132,8 @@ every deploy is wasteful.
132
133
The `contentAddressedStatic` option lets you specify glob patterns for files
134
that should use their **content hash** as the cache-bust key instead of the
135
-build ID. The URL only changes when the file content changes — surviving
136
-deploys unchanged.
+build ID. The URL only changes when the file content changes — surviving deploys
+unchanged.
137
138
```ts dev.ts
139
import { Builder } from "fresh/dev";
0 commit comments