Skip to content

Commit 1b67ee9

Browse files
committed
docs: fix text
1 parent 4886e01 commit 1b67ee9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deployment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ export default defineConfig({
5454
## GitHub Pages
5555
If you use GitHub Pages, you cannot use OPFS because you cannot set the `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: require-corp` headers.
5656

57-
Therefore, you must use [coi-serviceworker.js](https://github.com/gzuidhof/coi-serviceworker) on GitHub Pages, but note that it doesn’t fully support Safari.
57+
Therefore, you must use [coi-serviceworker.js](https://github.com/gzuidhof/coi-serviceworker) on GitHub Pages. However, please note that this solution is not compatible with Safari.
58+
59+
In other words, if you need to support Safari, we recommend using Netlify instead.
5860

5961
You can load and use it in HTML as shown below.
6062

0 commit comments

Comments
 (0)