docs-ko icon indicating copy to clipboard operation
docs-ko copied to clipboard

[SYNC] docs: fix deploy type var again (#9293)

Open github-actions[bot] opened this issue 3 years ago • 0 comments

docs: fix deploy type var again (#9293) (acc4406)


+++ b/docs/guide/build.md
@@ -196,7 +196,7 @@ In library mode, all `import.meta.env.*` usage are statically replaced when buil
## Advanced Base Options
::: warning
-This feature is experimental, the API may change in a future minor without following semver. Please fix the minor version of Vite when using it.
+This feature is experimental, the API may change in a future minor without following semver. Please always pin Vite's version to a minor when using it.
:::
For advanced use cases, the deployed assets and public files may be in different paths, for example to use different cache strategies.

github-actions[bot] avatar Jul 23 '22 00:07 github-actions[bot]