Allow caching of public resources with

http://stackoverflow.com/a/36293562/3761783
This commit is contained in:
2016-07-26 22:53:25 +02:00
parent 37c4ebf0ae
commit db7f651157
4 changed files with 33 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
body {
font-family: "Open Sans", sans-serif;
padding: 20px;
background: url(/background.png) no-repeat center center fixed;
background: url(/public/background.png) no-repeat center center fixed;
background-size: cover;
}

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB