mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-10 02:02:31 +08:00
Merge branch 'main' into feature/url-content-extraction
This commit is contained in:
@@ -93,7 +93,7 @@ export async function POST(req: Request) {
|
||||
|
||||
let article
|
||||
try {
|
||||
article = await extract(url, {
|
||||
article = await extract(url, undefined, {
|
||||
headers: {
|
||||
"User-Agent": "Mozilla/5.0 (compatible; NextAIDrawio/1.0)",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user