-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
We have thousands of markdown pages generated by Java which load data from database, and then build these markdown pages into html pages, each html page's size are about 500KB, and the total page size are more than 1GB. Is there anyway to reduce the generated page's size, or dynamic render page?
We are not using any third party plugins or packages, here is the package.json.
{
"devDependencies": {
"vitepress": "^1.6.4"
},
"scripts": {
"dev": "vitepress dev --host 0.0.0.0",
"build": "vitepress build",
"preview": "vitepress preview"
}
}
Metadata
Metadata
Assignees
Labels
No labels