Commit 44e2249
authored
Fix static styles href and cdn links
about local style assets, in my experience the custom style links should be prefixed with '/static/' to work properly.
Also the old cdn urls seems not working, result with the following message:
Fastly error: unknown domain: origin2.jsdelivr.net. Please check that this domain has been added to a service.
Details: cache-cdg20782-CDG
so, I've replaced them with the ones hosted in cloudflare.1 parent e7ca441 commit 44e2249
File tree
1 file changed
+6
-6
lines changed1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
0 commit comments