Skip to content

Commit

Permalink
Create web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed May 2, 2024
1 parent b3bc69e commit 87e0a49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
<mimeMap fileExtension=".mustache" mimeType="text/template" />
</staticContent>
</system.webServer>
</configuration>

0 comments on commit 87e0a49

Please sign in to comment.