mirror of
https://github.com/fmhy/edit.git
synced 2026-01-29 15:21:11 +11:00
fix(search): transform contents before indexing
Resolves WEB-21
This commit is contained in:
parent
3791f3f6d8
commit
7d63a3025a
5 changed files with 24 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ export default defineConfig({
|
|||
cleanUrls: true,
|
||||
appearance: 'dark',
|
||||
base: baseUrl,
|
||||
srcExclude: ['readme.md', 'single-page'],
|
||||
srcExclude: ['README.md', 'single-page'],
|
||||
ignoreDeadLinks: true,
|
||||
sitemap: {
|
||||
hostname: meta.hostname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue