Skip to content

Commit c0e0ea5

Browse files
committed
fix(docs): clean URLs in vitepress config
1 parent b02165d commit c0e0ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineConfig({
66
title: "Laravel Image Transform URL",
77
description: "Easy, URL-based image transformations for Laravel inspired by Cloudflare Images.",
88
srcDir: './pages',
9+
cleanUrls: true,
910
markdown: {
1011
theme: {
1112
light: 'github-light',

0 commit comments

Comments
 (0)