hosso/notion-custom-domain

Nice! But my cover image didn't show

Closed this issue · 1 comments

I found a lot of services that can customize notion webpage and I found this repo to let me know how to achieve it, It's so great. But my cover image didn't show up. and I want to know how to know a lot of proxy knowledge. I found a lot of difficult code in index.ts. I just know add some style tag to hide topbar haha.

hosso commented

Hi, thank you for the report.

But my cover image didn't show up.

On my page, the cover image is correctly displayed. Could you provide the URL to reproduce the issue?

I found a lot of difficult code in index.ts. I just know add some style tag to hide topbar haha.

You might achieve that by replacing the original html like the GA snippet injection:

return proxyResData
.toString()
.replace('</body>', `${ga}${pageview}</body>`);