Skip to content

Commit 951e779

Browse files
bump 0.2.1
1 parent e2d542a commit 951e779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function createSitemap(url: string) {
2828

2929
const stub = `import { Handlers } from "$fresh/server.ts";
3030
import manifest from "../fresh.gen.ts";
31-
import { SitemapContext } from "https://deno.land/x/fresh_seo@0.1.1/mod.ts";
31+
import { SitemapContext } from "https://deno.land/x/fresh_seo@0.2.1/mod.ts";
3232
export const handler: Handlers = {
3333
GET(req, ctx) {
3434
const sitemap = new SitemapContext("${url}", manifest);

0 commit comments

Comments
 (0)