remove Live Server warn for missing body and head

This commit is contained in:
Laurentiu Trofosila 2020-12-29 22:34:57 +01:00
parent 21302b3cf6
commit 2ebe1bc56a
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"liveServer.settings.root": "/dist"
"liveServer.settings.root": "/dist",
"liveServer.settings.donotVerifyTags": true
}