fix: eslint errors
This commit is contained in:
@@ -54,7 +54,7 @@ export const GET = (async ({ url, setHeaders }) => {
|
||||
})),
|
||||
|
||||
// Products
|
||||
...products.map(({ location: { slug }}) => ({
|
||||
...products.map(({ location: { slug } }) => ({
|
||||
path: `/shop/poster-${slug}`,
|
||||
priority: 0.7,
|
||||
frequency: 'monthly',
|
||||
|
||||
Reference in New Issue
Block a user