Skip to content

Commit 4ff3fe1

Browse files
committed
fix: sitemap base url
1 parent 1bdde1d commit 4ff3fe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web-app/vite.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const staticRoutes = [
1212
'/privacy',
1313
'/branding',
1414
'/guide',
15-
'/dashboard',
1615
'/extensions/smartapi',
1716
'/extensions/x-bte',
1817
'/extensions/x-translator?',
@@ -48,7 +47,7 @@ export default defineConfig({
4847
plugins: [
4948
vue(),
5049
Sitemap({
51-
hostname: 'https://www.smart-api.info',
50+
hostname: 'https://smart-api.info',
5251
readable: true,
5352
changefreq: 'monthly',
5453
dynamicRoutes // Provide the combined routes as an array of strings

0 commit comments

Comments
 (0)