Sha256: c4e6deb05a11b4c318b97d47ba4d3871a5793a5c3f5d8c88d1ec4956956304ae
Contents?: true
Size: 504 Bytes
Versions: 12
Compression:
Stored size: 504 Bytes
Contents
# frozen_string_literal: true Tybo.configure do |config| # customise logo and cover url # should be an external url or image should be present in (app/assets/images) config.logo_url = 'https://www.datocms-assets.com/33962/1667497145-logo-colored.svg' config.nav_logo_url = 'https://www.datocms-assets.com/33962/1667497145-logo-colored.svg' config.cover_url = 'https://tymate.com/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F33962%2F1671032522-natif-2.jpg%3Fw%3D1600&w=3840&q=75' end
Version data entries
12 entries across 12 versions & 1 rubygems