Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 17, 2022
1 parent 26a264d commit d9b3ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default async function preview(
if (!showedListenMsg) {
const resolvedUrls = msg.resolveServerUrls({
address: server.address() as AddressInfo,
host: config.server.host,
host: settings.config.server.host,
https: false,
});
info(
Expand Down

0 comments on commit d9b3ab4

Please sign in to comment.