fabien0102 / gatsby-starter

Gatsby 2.0 starter with typescript and many cools dev tools
386 stars 99 forks source link

meta charset declaration should be in the first 1024 byte #91

Open Y0KUDA opened 5 years ago

Y0KUDA commented 5 years ago
Always declare the encoding of your document using a meta element with a charset attribute,  
or using the http-equiv and content attributes (called a pragma directive). The declaration should  
fit completely within the first 1024 bytes at the start of the file, so it's best to put it immediately  
after the opening head tag.

https://www.w3.org/International/questions/qa-html-encoding-declarations.en
😄