Change sitemap priority from number to string
This commit is contained in:
@@ -27,14 +27,14 @@ export const GET: RequestHandler = async ({ url, setHeaders }) => {
|
||||
|
||||
// Static pages
|
||||
const pages = [
|
||||
['/', 1.0, 'daily'],
|
||||
['/photos', 1.0, 'daily'],
|
||||
['/locations', 0.6, 'weekly'],
|
||||
['/shop', 0.8, 'weekly'],
|
||||
['/about', 0.6, 'weekly'],
|
||||
['/terms', 0.6, 'weekly'],
|
||||
['/subscribe', 0.6, 'weekly'],
|
||||
['/credits', 0.6, 'monthly'],
|
||||
['/', '1.0', 'daily'],
|
||||
['/photos', '1.0', 'daily'],
|
||||
['/locations', '0.6', 'weekly'],
|
||||
['/shop', '0.8', 'weekly'],
|
||||
['/about', '0.6', 'weekly'],
|
||||
['/terms', '0.6', 'weekly'],
|
||||
['/subscribe', '0.6', 'weekly'],
|
||||
['/credits', '0.6', 'monthly'],
|
||||
]
|
||||
|
||||
// All pages
|
||||
|
||||
Reference in New Issue
Block a user