Skip to content

Commit f29c534

Browse files
committed
fix: update dynamicRoutes in Sitemap configuration and add favicon.ico for improved site branding
1 parent 2e80caa commit f29c534

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/public/favicon.ico

15 KB
Binary file not shown.

frontend/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
}),
2020
Sitemap({
2121
hostname: 'https://pastexam.nctucsunion.me', // 請修改為您的實際網域
22-
dynamicRoutes: ['/', '/archive', '/admin', '/login/callback'],
22+
dynamicRoutes: ['/archive', '/admin', '/login/callback'],
2323
changefreq: 'weekly',
2424
priority: 0.8,
2525
lastmod: new Date(),

0 commit comments

Comments
 (0)