Commit 062cfd3
Changed files (1)
.vitepress
.vitepress/config.mts
@@ -9,11 +9,11 @@ export default defineConfig({
titleTemplate: ':title | google/zx',
description: 'A tool for writing better scripts',
head: [
- ['link', {rel: 'apple-touch-icon', sizes: '180x180', href: '/img/favicons/apple-touch-icon.png'}],
- ['link', {rel: 'icon', type: 'image/png', sizes: '32x32', href: '/img/favicons/favicon-32x32.png'}],
- ['link', {rel: 'icon', type: 'image/png', sizes: '16x16', href: '/img/favicons/favicon-16x16.png'}],
- ['link', {rel: 'mask-icon', href: '/img/favicons/safari-pinned-tab.svg', color: '#3a0839'}],
- ['link', {rel: 'shortcut icon', href: '/img/favicons/favicon.ico'}],
+ ['link', {rel: 'apple-touch-icon', sizes: '180x180', href: '/zx/img/favicons/apple-touch-icon.png'}],
+ ['link', {rel: 'icon', type: 'image/png', sizes: '32x32', href: '/zx/img/favicons/favicon-32x32.png'}],
+ ['link', {rel: 'icon', type: 'image/png', sizes: '16x16', href: '/zx/img/favicons/favicon-16x16.png'}],
+ ['link', {rel: 'mask-icon', href: '/zx/img/favicons/safari-pinned-tab.svg', color: '#3a0839'}],
+ ['link', {rel: 'shortcut icon', href: '/zx/img/favicons/favicon.ico'}],
],
themeConfig: {
logo: '/img/logo.svg',