1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

add cleanUrls

This commit is contained in:
Valentin Maerten
2025-08-08 09:49:41 +02:00
parent 97b57b1c88
commit 1b700edfd9

View File

@ -79,7 +79,7 @@ export default defineConfig({
['meta', { property: 'twitter:description', content: taskDescription }]
],
srcDir: 'src',
cleanUrls: true,
rewrites(id) {
return id.replace(/^docs\//, '');
},