NotionNext
NotionNext copied to clipboard
feat: 提供客製化 permalinks 的功能
WP有類似的功能,可以參考 https://wordpress.org/documentation/article/customize-permalinks/ 可以提供有更結構化的文章連結格式,譬如: https://preview.tangly1024.com/article/example-1 可以變成 https://preview.tangly1024.com/article/2021/11/5/example-1 這種格式。
目前 blog.config.js 裡面有類似的 NEXT_PUBLIC_POST_URL_PREFIX 可定義連結前綴的功能,我就基於這個參數,再擴充來實作這個功能。
PS:算是私心提出的功能,因為之前用 WP 就常用這種類型的連結,所以這個 PR 也只先針對時間格式的部分先實作而已。😆
Someone is attempting to deploy a commit to a Personal Account owned by @tangly1024 on Vercel.
@tangly1024 first needs to authorize it.
感谢!这是一个非常酷的功能!
感謝開發這麼好用的工具 🙌 👍