diff --git a/docs/config/dev-server.md b/docs/config/dev-server.md index ec9365306..18a110ec7 100644 --- a/docs/config/dev-server.md +++ b/docs/config/dev-server.md @@ -122,7 +122,7 @@ export default defineConfig({ After the compilation is completed, the browser is automatically opened to the corresponding page. -###host +### host - **default**: `localhost` diff --git a/docs/config/farm-config.md b/docs/config/farm-config.md index d89627679..151d5e729 100644 --- a/docs/config/farm-config.md +++ b/docs/config/farm-config.md @@ -797,7 +797,7 @@ export default defineConfig({ After the compilation is completed, the browser is automatically opened to the corresponding page. -###host +### host * **default**: `localhost` The host that the Dev Server listens on.