We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247b4ce commit a3fcdbcCopy full SHA for a3fcdbc
src/content/concepts/output.md
@@ -61,8 +61,8 @@ Here's a more complicated example of using a CDN and hashes for assets:
61
62
```javascript
63
output: {
64
- path: "/home/proj/cdn/assets/[hash]",
65
- publicPath: "http://cdn.example.com/assets/[hash]/"
+ path: '/home/proj/cdn/assets/[hash]',
+ publicPath: 'http://cdn.example.com/assets/[hash]/'
66
}
67
```
68
0 commit comments