2024-06-07 13:22:39 -04:00
|
|
|
# This file was generated by rails_favicon_generator, from
|
|
|
|
|
# https://realfavicongenerator.net/
|
|
|
|
|
|
|
|
|
|
# It makes files with .webmanifest extension first class files in the asset
|
|
|
|
|
# pipeline. This is to preserve this extension, as is it referenced in a call
|
|
|
|
|
# to asset_path in the _favicon.html.erb partial.
|
|
|
|
|
|
|
|
|
|
Rails.application.config.assets.configure do |env|
|
2025-09-26 13:48:52 -04:00
|
|
|
# Register .webmanifest files with the correct MIME type
|
|
|
|
|
env.register_mime_type 'application/manifest+json', extensions: ['.webmanifest']
|
2024-06-07 13:22:39 -04:00
|
|
|
end
|