File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4949 "postcss" : " ^8.5.1" ,
5050 "prettier" : " ^3.4.2" ,
5151 "quasar-app-extension-ssg" : " ^5.1.1" ,
52- "vite-plugin-sitemap" : " ^0.5.3 "
52+ "vite-plugin-sitemap" : " ^0.7.1 "
5353 },
5454 "engines" : {
5555 "node" : " ^22 || ^23" ,
Original file line number Diff line number Diff line change 1111const { configure } = require ( "quasar/wrappers" ) ;
1212const path = require ( "path" ) ;
1313const fs = require ( "fs" ) ;
14+ const SiteMap = require ( "vite-plugin-sitemap" ) . default ;
1415
1516function getRoutes ( ) {
1617 const files = fs
@@ -109,8 +110,6 @@ module.exports = configure(function (ctx) {
109110 // distDir
110111
111112 extendViteConf ( viteConf , { isClient, isServer } ) {
112- // SiteMap
113- const SiteMap = require ( "vite-plugin-sitemap" ) ;
114113 viteConf . plugins . push (
115114 SiteMap ( {
116115 hostname : `https://` + getHostname ( ) ,
Original file line number Diff line number Diff line change @@ -7105,10 +7105,10 @@ vite-plugin-istanbul@^5.0.0:
71057105 picocolors "^1.0.0"
71067106 test-exclude "^6.0.0"
71077107
7108- vite-plugin-sitemap@^0.5.3 :
7109- version "0.5.3 "
7110- resolved "https://registry.yarnpkg.com/vite-plugin-sitemap/-/vite-plugin-sitemap-0.5.3 .tgz#5aea2350d4d78d1cc7578612d5a1299f9599b6c7 "
7111- integrity sha512-DSqZLAkXaNgoJLcaxjJHrfWjIIiZRSuZIseE7ihJYUvPFG4OsvXn/+Oujmzbs+6tV7yu1dn7uhWXpV7QuiH/1g ==
7108+ vite-plugin-sitemap@^0.7.1 :
7109+ version "0.7.1 "
7110+ resolved "https://registry.yarnpkg.com/vite-plugin-sitemap/-/vite-plugin-sitemap-0.7.1 .tgz#3b3cf6d2e067ec835f810e5eaaacf05485c819fe "
7111+ integrity sha512-4NRTkiWytLuAmcikckrLcLl9iYA20+5v6l8XshcOrzxH1WR8H0O3S6sTQYfjMrE8su/LG6Y0cTodvOdcOIxaLw ==
71127112
71137113vite@^2.9.13, vite@^2.9.16 :
71147114 version "2.9.18"
You can’t perform that action at this time.
0 commit comments