Skip to content

Commit

Permalink
force update
Browse files Browse the repository at this point in the history
  • Loading branch information
yussan committed Sep 2, 2023
1 parent 4a2e33e commit d8b2904
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/api/sitemap/posts/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { sitemapGenerator } from "../../../helpers/XMLGenerator";

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

0 comments on commit d8b2904

Please sign in to comment.