Kia Ishii
25296fa852
chore: fix file name capitalization
3 years ago
Kia Ishii
799d8d4450
fix(build): error in lock file
3 years ago
Kia Ishii
9250460b3f
feat: make appearance configurable
3 years ago
Kia Ishii
73bbc6143a
feat: new default theme
3 years ago
Yuki Shindo
b198380618
fix(build): error of could not find a declaration for minimist ( #618 ) ( #622 )
...
fix #618
3 years ago
Evan You
0a3f0ebe4d
release: v0.22.4
3 years ago
郝晨光
77efd933c3
docs: algolia appId is required ( #608 )
3 years ago
Kumar Gaurav
c1d964c295
ESM instead of CommonJs ( #597 )
...
Modified the CommonJs style export of `config.js` to the ESM style export.
Vite is all about advancement of tools. Why not reflect it in documents, by using ESM instead of CommonJs.
3 years ago
Dominic Elm
1656f0365a
fix(plugin): set content-type header for serving index.html ( #616 )
3 years ago
Jonathan Herman
3adc43d00a
docs: fix gitlab pages deploy syntax ( #552 )
...
Fix GitLab CI build failure due to invalid syntax.
3 years ago
Joaquín Sánchez
216e12950b
fix: remove 404 from title on initial route ( #590 )
...
fix #589
3 years ago
Evan You
d655988c2b
fix build copy
3 years ago
Evan You
8957d0f8ee
bump deps
3 years ago
Mark Wood-Patrick
1617a0438f
docs: edge comment about details ( #569 )
...
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years ago
Evan You
0c31bbac85
release: v0.22.3
3 years ago
Evan You
9f2d36115c
automate github releases
3 years ago
Evan You
06ad0d8386
refactor 404 page data
3 years ago
Divyansh Singh
28eaa3b04a
fix: reset page data on 404 ( #497 )
3 years ago
Divyansh Singh
7cf70111a5
fix: require at least node v14 ( #546 )
3 years ago
Divyansh Singh
f0ba5e93c0
docs: fix typo ( #545 )
3 years ago
Divyansh Singh
33a59cd029
docs: update links ( #523 )
...
* docs: update links
* docs: fix 3xx urls
* chore: fix typo
3 years ago
Fabian Winkler
779b78902f
fix: avoid minimizing non-javascript inline scripts ( #517 )
...
fix #538
fix #540
3 years ago
Divyansh Singh
9270477fa5
fix: normalize relative img src ( #514 )
...
fix #450
3 years ago
Divyansh Singh
34d1542f46
fix: don't add .html to urls of non-html files ( #515 )
...
fix #265
3 years ago
Divyansh Singh
804954cf4d
fix: append base to links ( #502 )
...
fix #252
3 years ago
Guanghui Cheng
ffe0c40ebc
fix(client router): tolerant invalid hash selector typo ( #506 )
3 years ago
Evan You
f7ccfb85b5
release: v0.22.2
3 years ago
Evan You
1ef69e212f
feat: improve default chunk strategy + page hash stability
3 years ago
Evan You
9f7323f90c
release: v0.22.1
3 years ago
Evan You
23249483d6
feat: automatically update hash map + retry on failed page fetch
3 years ago
Evan You
2b9f1866bb
docs: enable lastUpdated
3 years ago
Evan You
d32d8d4419
feat: use git-based lastUpdated data
...
- The main reason behind this change is because previously the FS-based
timestamp is inaccurate and will change on every remote deployment in
CI environments, resulting in cache invalidation on every build. Using
git timestamps makes them stable.
- This is now disabled by default for performance reasons, as getting
the git timestamp requires spawning a child process and is expensive.
To enable it, use the new `lastUpdated: true` config option.
3 years ago
Evan You
b404c6671d
deps: bump vite + vue
3 years ago
Evan You
d9da9018c9
release: v0.22.0
3 years ago
Evan You
d22e1c7828
bump deps
3 years ago
Evan You
45b65ce8b6
release: v0.21.6
3 years ago
Evan You
388944371d
avoid readonly in production
3 years ago
Evan You
17aaaf0180
refactor tsconfig setup + migrate to vitest
3 years ago
Evan You
7f9295261f
remove unused alias
3 years ago
Evan You
8155c41da5
chore: ignore pnpm global link dir
3 years ago
Evan You
484acc47a1
release: v0.21.5
3 years ago
Evan You
b66785d68a
feat: scrollOffset option
3 years ago
Evan You
70cfffb9db
downgrade vite + update @types/jest
3 years ago
Evan You
9e69c699b6
remove test script in docs config
3 years ago
Evan You
63b0f63a2e
bump vue
3 years ago
Divyansh Singh
d206e1d930
chore: fix typo ( #491 )
3 years ago
Divyansh Singh
88d57a93ef
fix: allow overriding title if home is true ( #493 )
3 years ago
Evan You
eabf6d2aa6
fix(types): fix vitepress/theme type
...
close #489 , close #438 , close #494 , close #442
3 years ago
Evan You
2566bc96d8
bump deps
3 years ago
Evan You
4109acf67e
release: v0.21.4
3 years ago