You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1. SolidStart uses `eval` for data serialization, which may require you to add 'unsafe-eval' to your CSP.
15
+
// 1. SolidStart uses `eval` for data serialization, which may require you to include the 'unsafe-eval' directive in your CSP.
14
16
// For more information, see: https://github.com/solidjs/solid-start/issues/1825
15
-
// 2. In development, Vite inlines small CSS files to enhance performance, so you will need to include 'unsafe-inline' in development mode.
16
-
// 3. During the build process, Vite inlines small assets as data URLs. Therefore, it's necessary to add data: to the relevant directives (e.g., img-src, font-src, etc.)
17
+
// 2. In development, Vite inlines small CSS files to improve performance, so you'll need to include the 'unsafe-inline' directive in development.
18
+
// 3. During the build process, Vite inlines small assets as data URLs.
19
+
// Therefore, it's necessary to add `data:` to the relevant directives (e.g., img-src, font-src, etc.).
17
20
// For more details, see: https://vite.dev/config/build-options.html#build-assetsinlinelimit
0 commit comments