Skip to content

Commit

Permalink
docs: enable cleanUrls
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Mar 16, 2024
1 parent c645dd3 commit f47fdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { presetUno, presetWind, presetTypography } from 'unocss'
export default defineConfig({
title: 'Design System',
description: '🎋',
cleanUrls: true,
vite: {
plugins: [
UnoCSS({ presets: [presetUno(), presetWind(), presetTypography()] })
Expand Down

0 comments on commit f47fdda

Please sign in to comment.