1
0
Fork 0

Fix aardvark redirect

This commit is contained in:
Alan Plum 2016-04-15 15:38:33 +02:00
parent fae673a7f3
commit c2b6f33407
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@
],
"main": "index.js",
"defaultDocument": "standalone.html",
"defaultDocument": "index.html",
"files": {
"/standalone.html": {
"/index.html": {
"path": "frontend/build/standalone-min.html",
"gzip": true
},