mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-04 23:06:27 +00:00
i18n
This commit is contained in:
@@ -87,7 +87,7 @@ export const getPermalink = (slug = '', type = 'page'): string => {
|
||||
};
|
||||
|
||||
/** */
|
||||
export const getHomePermalink = (): string => getPermalink('/');
|
||||
export const getHomePermalink = (path?: string): string => getPermalink(path || '/');
|
||||
|
||||
/** */
|
||||
export const getBlogPermalink = (): string => getPermalink(BLOG_BASE);
|
||||
|
||||
Reference in New Issue
Block a user