mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
refactor: refactor article list component and routing logic, optimize multilingual article display
This commit is contained in:
parent
e5165dd740
commit
ff1673da9c
19 changed files with 609 additions and 690 deletions
|
@ -35,6 +35,7 @@ const imageDomain = new URL(themeConfig.preload.imageHostURL as string).hostname
|
|||
export default defineConfig({
|
||||
site: url,
|
||||
base: '/',
|
||||
trailingSlash: 'always',
|
||||
prefetch: {
|
||||
prefetchAll: true,
|
||||
defaultStrategy: 'viewport',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue