Skip to content

Commit 92c712a

Browse files
committed
Enable cleanUrls
1 parent 27fc4b4 commit 92c712a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
description: 'An FAQ for Vue Land',
66
base: '/',
77
outDir: '../dist',
8+
cleanUrls: true,
89

910
themeConfig: {
1011
logo: '/logo.svg',

docs/faq/folder-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ It's also common to have shared, base components that are used throughout an app
1212

1313
Folders called `composables` and `utilities` or `utils` are also pretty common.
1414

15-
There are some example applications in the FAQ entry for [Can you show me a large, open-source Vue project that I can study?](/faq/large-example-applications.html), though some of those are using Nuxt, which places extra restrictions on their folder structure.
15+
There are some example applications in the FAQ entry for [Can you show me a large, open-source Vue project that I can study?](large-example-applications), though some of those are using Nuxt, which places extra restrictions on their folder structure.

0 commit comments

Comments
 (0)