Jamie Jones

Results 7 comments of Jamie Jones

Can be done once you gain access to the index.html Example ``` body { background-image: url('https://i.imgur.com/somerandompicture.png'); background-repeat: no-repeat; background-size: 100%; background-color: #000000; height: 100%; width: 100%; left: 0; top: 0;...

Since this has not been built, for those who else are wondering if there is a a workaround. Here you go. ### For Remote Images This code pulls from an...

> Third is covered here #87 Did you just link to the same page with the # and are you trying to link to #3 ? Lol

Side note, also need to add the `FAVICON` as a local image as well. One for a `.ico` image and `.webp` \ `.png` Also here is the `FAVICON` metadata that...

> Hey! Thanks! I was thinking of making this configurable with an ENV variable, rather than forcing it on everyone. Something like `DROP_SHADOW: true` > > I was also considering...

@sysdev-isu those are pretty much the same settings I have except I have the `cache assets` off and I'm on port 3000. `P.S` For HSTS settings, make sure your provider...