mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
move unhashed images into public images directory. asset precompile does not keep around unhashed urls in prd
This commit is contained in:
parent
e44f51f9fa
commit
f7827456af
8 changed files with 4 additions and 4 deletions
Binary file not shown.
Before ![]() (image error) Size: 5.8 KiB |
Binary file not shown.
Before ![]() (image error) Size: 1.4 KiB |
|
@ -8,14 +8,14 @@ required:
|
|||
site_contact_username: ''
|
||||
logo_url:
|
||||
client: true
|
||||
default: '/assets/d-logo-sketch.png'
|
||||
default: '/images/d-logo-sketch.png'
|
||||
logo_small_url:
|
||||
client: true
|
||||
default: '/assets/d-logo-sketch-small.png'
|
||||
default: '/images/d-logo-sketch-small.png'
|
||||
favicon_url:
|
||||
client: true
|
||||
default: '/assets/default-favicon.ico'
|
||||
apple_touch_icon_url: /assets/default-apple-touch-icon.png'
|
||||
default: '/images/default-favicon.ico'
|
||||
apple_touch_icon_url: /images/default-apple-touch-icon.png'
|
||||
company_full_name: 'My Unconfigured Forum Ltd.'
|
||||
company_short_name: 'Unconfigured Forum'
|
||||
company_domain: 'www.example.com'
|
||||
|
|
Before ![]() (image error) Size: 6 KiB After ![]() (image error) Size: 6 KiB ![]() ![]() |
Before ![]() (image error) Size: 14 KiB After ![]() (image error) Size: 14 KiB ![]() ![]() |
Before ![]() (image error) Size: 3.9 KiB After ![]() (image error) Size: 3.9 KiB ![]() ![]() |
Before (image error) Size: 6.4 KiB After (image error) Size: 6.4 KiB |
Before ![]() (image error) Size: 6.3 KiB After ![]() (image error) Size: 6.3 KiB ![]() ![]() |
Loading…
Reference in a new issue