Skip to content

Commit 354529a

Browse files
committed
chore: add netlify.toml
1 parent b385917 commit 354529a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

netlify.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[build]
2+
command = ""
3+
publish = "src"
4+
5+
[[headers]]
6+
for = "/*.js"
7+
[headers.values]
8+
Content-Type = "application/javascript; charset=utf-8"
9+
10+
[[headers]]
11+
for = "/*.ts"
12+
[headers.values]
13+
Content-Type = "application/typescript; charset=utf-8"

0 commit comments

Comments
 (0)