web.config 416 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.webServer>
  4. <staticContent>
  5. <mimeMap fileExtension=".gltf" mimeType="model/gltf-binary" />
  6. </staticContent>
  7. <httpProtocol>
  8. <customHeaders>
  9. <add name="Access-Control-Allow-Origin" value="*" />
  10. </customHeaders>
  11. </httpProtocol>
  12. </system.webServer>
  13. </configuration>