mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: add groq-sdk integration for news summarization and enhance routing
This commit is contained in:
parent
1208866757
commit
e6b2bf3cbe
6 changed files with 85 additions and 4 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue