Skip to content

Commit a3fcdbc

Browse files
remnantdotdevmontogeek
authored andcommitted
docs(concepts): single quote inconsistency in output.md (#2036)
1 parent 247b4ce commit a3fcdbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/concepts/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Here's a more complicated example of using a CDN and hashes for assets:
6161

6262
```javascript
6363
output: {
64-
path: "/home/proj/cdn/assets/[hash]",
65-
publicPath: "http://cdn.example.com/assets/[hash]/"
64+
path: '/home/proj/cdn/assets/[hash]',
65+
publicPath: 'http://cdn.example.com/assets/[hash]/'
6666
}
6767
```
6868

0 commit comments

Comments
 (0)