Skip to content

Commit

Permalink
docs: update sample manifest.json to reflect CSS array (vitejs#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
leppert authored Feb 13, 2021
1 parent 30deabf commit d7192ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/backend-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you want to serve the HTML using a traditional backend (e.g. Rails, Laravel)
"src": "main.js",
"isEntry": true,
"dynamicImports": ["views/foo.js"],
"css": "assets/main.b82dbe22.css",
"css": ["assets/main.b82dbe22.css"],
"assets": ["assets/asset.0ab0f9cd.png"]
},
"views/foo.js": {
Expand Down

0 comments on commit d7192ad

Please sign in to comment.