CodeLiturgy.Dashboard/CodeLiturgy.Views/Web.config

15 lines
325 B
Plaintext
Raw Permalink Normal View History

2022-09-26 04:05:23 +03:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<compilation debug="true" />
<httpRuntime />
</system.web>
<staticContent>
<mimeMap fileExtension="woff2" mimeType="application/font-woff" />
</staticContent>
<appSettings>
</appSettings>
</configuration>