Skip to content

Commit

Permalink
Drop the + sign since @shunter pointed out it's not a legal suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed May 22, 2015
1 parent e5bc6d4 commit 602fcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<remove fileExtension=".gltf" />
<mimeMap fileExtension=".gltf" mimeType="application/json" />
<remove fileExtension=".bgltf" />
<mimeMap fileExtension=".bgltf" mimeType="application/vnd.gltf+binary" />
<mimeMap fileExtension=".bgltf" mimeType="application/vnd.gltf.binary" />
<remove fileExtension=".json" />
<mimeMap fileExtension=".json" mimeType="application/json" />
<remove fileExtension=".geojson" />
Expand Down

0 comments on commit 602fcf1

Please sign in to comment.