Skip to content

Commit

Permalink
feat(sitemap): test sitemap/posts
Browse files Browse the repository at this point in the history
  • Loading branch information
yussan committed Sep 2, 2023
1 parent c9016af commit 4a2e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/sitemap/posts/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { sitemapGenerator } from "../../../helpers/XMLGenerator";

export default defineEventHandler(async (event) => {
const params = [{ link: "/232" }];
const params = [{ link: "/232" }, { link: "/232" }];
return sitemapGenerator(params);
});

0 comments on commit 4a2e33e

Please sign in to comment.