Allow caching of public resources with
http://stackoverflow.com/a/36293562/3761783
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user