Skip to content

Commit

Permalink
[X to Voice] increase sitemap maxDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvm committed Nov 4, 2024
1 parent 1dcd066 commit b26644e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/text-to-voice/x-to-voice/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { MetadataRoute } from "next";
import { Redis } from "@upstash/redis";
import { env } from "@/env.mjs";

export const maxDuration = 60;

const kv = new Redis({
url: env.KV_REST_API_URL,
token: env.KV_REST_API_TOKEN,
Expand Down

0 comments on commit b26644e

Please sign in to comment.