Skip to content

Commit

Permalink
Add favicon, CF analytics (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Nov 6, 2023
1 parent 29ab64d commit bda76af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ export default defineConfig({
title: 'Cobalt',
description: 'Tooling to use DTFM Design Tokens anywhere',
cleanUrls: true,
head: [
['link', {rel: 'shortcut icon', type: 'image/png', href: '/favicon-32.png'}],
['link', {rel: 'apple-touch-icon', type: 'image/png', sizes: '128x128', href: '/favicon-128.png'}],
['link', {rel: 'apple-touch-icon', type: 'image/png', sizes: '512x512', href: '/favicon-512.png'}],
['script', {defer: '', src: 'https://static.cloudflareinsights.com/beacon.min.js', 'data-cf-beacon': '{"token": "f5713e86f9aa43278151f2763d6b59ae"}'}],
],

/** @see https://vitepress.dev/reference/default-theme-config */
themeConfig: {
logo: '/images/cobalt-icon-solid.svg',
Expand Down

0 comments on commit bda76af

Please sign in to comment.