Skip to content

Commit 01fe3f1

Browse files
authored
docs(configuration): update static.publicPath type (#5306)
1 parent 75baff0 commit 01fe3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/dev-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ module.exports = {
12271227

12281228
### publicPath
12291229

1230-
`string = '/'` `string`
1230+
`string = '/'` `[string]`
12311231

12321232
Tell the server at which URL to serve [`static.directory`](#directory) content. For example to serve a file `assets/manifest.json` at `/serve-public-path-url/manifest.json`, your configurations should be as following:
12331233

0 commit comments

Comments
 (0)