mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Typo in code snippet (#1523)
This commit is contained in:
parent
38a7a5b5e9
commit
7451f04171
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ If you need to share your development progress on the local network or check out
|
||||||
|
|
||||||
```js
|
```js
|
||||||
devOptions: {
|
devOptions: {
|
||||||
hostname: '0.0.0.0';
|
hostname: '0.0.0.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue