-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
在使用 nuxt-img 優化 notion 的圖片時遇到的問題
例如
https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F0a572d21-a609-4730-af7e-3cade9dbe359%2FScreenshot_2023-04-30_at_4.18.52_PM.png?table=block&id=ee532b09-ef0b-46bb-a949-60b40f0d047a&cache=v2
後半段的
https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F0a572d21-a609-4730-af7e-3cade9dbe359%2FScreenshot_2023-04-30_at_4.18.52_PM.png?table=block&id=ee532b09-ef0b-46bb-a949-60b40f0d047a&cache=v2
整段會被多 encode 一次變成類似
https://www.notion.so/image/https%253A%252F%252Fs3-us-west-2.amazonaws.com%252Fsecure.notion-static.com%252F0a572d21-a609-4730-af7e-3cade9dbe359%252FScreenshot_2023-04-30_at_4.18.52_PM.png?table=block&id=ee532b09-ef0b-46bb-a949-60b40f0d047a&cache=v2
嘗試過將它拆開後 decode 一次再組裝回去送給 Nuxt Image,但是目前沒用,不確定是我的問題還是 Nuxt Image 的問題。
先暫時放著,之後可能去發 issue 問問看。
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working