diff options
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp index 1a70aea..7f412ba 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -52,6 +52,7 @@ void TntConfig::WriteConfig() file << "MapUrl ^/js([^.]*/)(.*\\.js) content@ js$1$2 text/javascript" << endl; file << "MapUrl ^/css.*/(.+) content@ css/$1 text/css" << endl; + file << "MapUrl ^/img.*/(.+\\.png) content@ css/$1 image/png" << endl; file << "MapUrl /([^/]+/.+) content@ $1" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@" << endl; file << "PropertyFile " << m_propertiesPath << endl; |