diff --git a/public/browserconfig.xml b/public/browserconfig.xml index 98137f2..2eeda4e 100644 --- a/public/browserconfig.xml +++ b/public/browserconfig.xml @@ -2,11 +2,11 @@ - - - - + + + + #000 - \ No newline at end of file + diff --git a/public/cache.appcache b/public/cache.appcache index d3280bb..47baeba 100755 --- a/public/cache.appcache +++ b/public/cache.appcache @@ -2,9 +2,6 @@ CACHE MANIFEST FALLBACK: / -/resources/site/client/css/app.css -/resources/site/client/img/logo.png -/resources/site/client/img/fonts/fontawesome-webfont.woff2?v=4.7.0 -/resources/site/client/img/fonts/fontawesome-webfont.woff?v=4.7.0 -/resources/site/client/img/fonts/fontawesome-webfont.ttf?v=4.7.0 -/resources/site/client/js/app.js \ No newline at end of file +/resources/site/client/dist/css/app.css +/resources/site/client/dist/img/logo.png +/resources/site/client/dist/js/app.js diff --git a/public/humans.txt b/public/humans.txt index 7c664d2..9f8c11f 100755 --- a/public/humans.txt +++ b/public/humans.txt @@ -1,11 +1,11 @@ /* AUTHOR */ -Name: +Name: Tony Air /* TEAM */ -Site: https://bla-bla.com/ +Site: https://tony.twma.pro/ /* SITE */ Doctype: HTML5 IDE: PHPStorm, Sublime Text, Photoshop, Transmit Framework: SilverStripe -Language: English \ No newline at end of file +Language: English diff --git a/public/manifest.json b/public/manifest.json index 765edce..e88b06a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -10,40 +10,40 @@ "theme_color": "#000000", "background_color": "#000000", "icons": [{ - "src": "/resources/site/client/icons/android-chrome-36x36.png", + "src": "/resources/site/client/dist/icons/android-chrome-36x36.png", "sizes": "36x36", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-48x48.png", + "src": "/resources/site/client/dist/icons/android-chrome-48x48.png", "sizes": "48x48", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-72x72.png", + "src": "/resources/site/client/dist/icons/android-chrome-72x72.png", "sizes": "72x72", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-96x96.png", + "src": "/resources/site/client/dist/icons/android-chrome-96x96.png", "sizes": "96x96", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-144x144.png", + "src": "/resources/site/client/dist/icons/android-chrome-144x144.png", "sizes": "144x144", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-192x192.png", + "src": "/resources/site/client/dist/icons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-256x256.png", + "src": "/resources/site/client/dist/icons/android-chrome-256x256.png", "sizes": "256x256", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-384x384.png", + "src": "/resources/site/client/dist/icons/android-chrome-384x384.png", "sizes": "384x384", "type": "image/png" }, { - "src": "/resources/site/client/icons/android-chrome-512x512.png", + "src": "/resources/site/client/dist/icons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }] -} \ No newline at end of file +}