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 afb27ea commit c26c444Copy full SHA for c26c444
init.ts
@@ -9,7 +9,7 @@ export async function createSitemap(url: string | null) {
9
10
const stub = `import { Handlers } from "$fresh/server.ts";
11
import manifest from "../fresh.gen.ts";
12
-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.0/mod.ts";
13
export const handler: Handlers = {
14
GET(req, ctx) {
15
const sitemap = new SitemapContext("${
0 commit comments