Shared notes now support server-side rendering for metadata

Hey Inkdroppers,

You’ve got a small update on the note-sharing feature.
The server-side rendering for shared notes’ metadata hasn’t been working properly after migrating the front-end server to Vercel.
Recently, I found a way to make it support again without fully migrating to Next.js, and I’ve done it today.
For example:

Platforms that support fetching metadata now can display the page title and description as you’d expect.
It is useful for sharing notes on platforms like Slack, Discord, Twitter, this forum, and so on.

Cheers!