Skip to content
Tim Whiteaker edited this page Sep 18, 2018 · 1 revision

Netlify Notes

If you have the optimization features enabled, all your assets will get prefixed with the same URL, e.g., https://d33wubrfki0l68.cloudfront.net/css/37f58c2668ae65fbfe1132d9505859f6261a14ce.

For example:

<link rel="stylesheet" href="https://d33wubrfki0l68.cloudfront.net/css/37f58c2668ae65fbfe1132d9505859f6261a14ce/css/app.css">

The links to your assets will still be predictable.

Clone this wiki locally