We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4888172 commit e4585f4Copy full SHA for e4585f4
quasar.config.js
@@ -11,6 +11,7 @@
11
const { configure } = require("quasar/wrappers");
12
const path = require("path");
13
const fs = require("fs");
14
+const SiteMap = require("vite-plugin-sitemap").default;
15
16
function getRoutes() {
17
const files = fs
@@ -109,8 +110,6 @@ module.exports = configure(function (ctx) {
109
110
// distDir
111
112
extendViteConf(viteConf, { isClient, isServer }) {
- // SiteMap
113
- const SiteMap = require("vite-plugin-sitemap");
114
viteConf.plugins.push(
115
SiteMap({
116
hostname: `https://` + getHostname(),
0 commit comments