We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d542a commit 951e779Copy full SHA for 951e779
src/initFile.ts
@@ -28,7 +28,7 @@ async function createSitemap(url: string) {
28
29
const stub = `import { Handlers } from "$fresh/server.ts";
30
import manifest from "../fresh.gen.ts";
31
-import { SitemapContext } from "https://deno.land/x/fresh_seo@0.1.1/mod.ts";
+import { SitemapContext } from "https://deno.land/x/fresh_seo@0.2.1/mod.ts";
32
export const handler: Handlers = {
33
GET(req, ctx) {
34
const sitemap = new SitemapContext("${url}", manifest);
0 commit comments