Skip to content

Commit

Permalink
Fixes header asset paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Dec 1, 2023
1 parent 4d407d8 commit 105ad96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export default defineConfig({
titleTemplate: ':title - Sprout Plugins – Craft CMS',
description: "Build custom Craft CMS websites with Sprout Marketing Suite",
head: [
['link', { rel: 'icon', href: '/icons/favicon.ico' }],
['link', {rel: 'icon', href: '/icons/favicon-16x16.png'}],
['link', {rel: 'apple-touch-icon', sizes: '180x180', href: '/icons/apple-touch-icon.png'}],
['link', {rel: 'icon', type: 'image/png', sizes: '32x32', href: '/icons/favicon-32x32.png'}],
['link', {rel: 'icon', type: 'image/png', sizes: '16x16', href: '/icons/favicon-16x16.png'}],
['link', {rel: 'icon', href: '/docs/craft-v4/icons/favicon.ico'}],
['link', {rel: 'icon', href: '/docs/craft-v4/icons/favicon-16x16.png'}],
['link', {rel: 'apple-touch-icon', sizes: '180x180', href: '/docs/craft-v4/icons/apple-touch-icon.png'}],
['link', {rel: 'icon', type: 'image/png', sizes: '32x32', href: '/docs/craft-v4/icons/favicon-32x32.png'}],
['link', {rel: 'icon', type: 'image/png', sizes: '16x16', href: '/docs/craft-v4/icons/favicon-16x16.png'}],
],
base: '/docs/craft-v4/',
sitemap: {
Expand Down Expand Up @@ -63,7 +63,7 @@ export default defineConfig({
text: 'Configuration',
collapsed: false,
items: [
{text: 'Update Guides', link: '/update-guides/index' },
{text: 'Update Guides', link: '/update-guides/index'},
{text: 'Requirements', link: '/configuration/requirements'},
{text: 'Config Settings', link: '/configuration/sprout-config'},
{text: 'Shortcut Syntax', link: '/configuration/twig-shortcut-syntax'},
Expand Down

0 comments on commit 105ad96

Please sign in to comment.