Skip to content

Commit

Permalink
toml added
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeeman committed Nov 14, 2018
1 parent e892140 commit f93ac24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[[headers]]
for = "/blog/*"
[headers.values]
Content-Type = "text/html; charset=utf-8"

[[headers]]
for = "/about/*"
[headers.values]
Content-Type = "text/html; charset=utf-8"

0 comments on commit f93ac24

Please sign in to comment.