mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
add cleanUrls
This commit is contained in:
@@ -79,7 +79,7 @@ export default defineConfig({
|
|||||||
['meta', { property: 'twitter:description', content: taskDescription }]
|
['meta', { property: 'twitter:description', content: taskDescription }]
|
||||||
],
|
],
|
||||||
srcDir: 'src',
|
srcDir: 'src',
|
||||||
|
cleanUrls: true,
|
||||||
rewrites(id) {
|
rewrites(id) {
|
||||||
return id.replace(/^docs\//, '');
|
return id.replace(/^docs\//, '');
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user