Commit e32b8918122148c33cb5668042521ce168830285
1 parent
c74d19cc
test
Showing
2 changed files
with
3 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
... | ... | @@ -40,6 +40,7 @@ |
40 | 40 | <clientCache cacheControlMode="DisableCache" /> |
41 | 41 | <remove fileExtension=".woff" /> |
42 | 42 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> |
43 | + <mimeMap fileExtension=".json" mimeType="application/json" /> | |
43 | 44 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> |
44 | 45 | <!--<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />--> |
45 | 46 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en" ng-cloak ng-app="AIA"> |
3 | 3 | <head> |
4 | - <!--<base href="/AIAHTML5/" />--> | |
5 | - <base href="/" /> | |
4 | + <base href="/AIA/" /> | |
5 | + <!--<base href="/" />--> | |
6 | 6 | <meta charset="utf-8"> |
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
8 | 8 | <!--<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">--> | ... | ... |