feat: add groq-sdk integration for news summarization and enhance routing

This commit is contained in:
yuanhau 2025-05-10 08:14:26 +08:00
parent 1208866757
commit e6b2bf3cbe
6 changed files with 85 additions and 4 deletions

View file

@ -5,6 +5,8 @@ export default defineNuxtConfig({
"/": { redirect: "/home" },
"/zh_tw": { redirect: "/zh_tw/home" },
"/api/rss/**": { swr: 3600 },
"/go/**": { ssr: true },
"/find/**": { ssr: true },
},
css: ["~/styles/main.css"],
modules: [