Skip to content

Commit

Permalink
docs: add link to favicon (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarthan authored Mar 12, 2024
1 parent 8668d68 commit f94ddbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'vitepress';

// https://vitepress.dev/reference/site-config
export default defineConfig({
head: [['link', {rel: 'icon', href: '/favicon.ico'}]],
title: 'css2tailwind',
description:
'A tool for compiling css files to CssInJs objects to be used inside tailwindcss plugins.',
Expand Down

0 comments on commit f94ddbc

Please sign in to comment.