stellaria.network is one of the many independent Mastodon servers you can use to participate in the fediverse.
えー、でもステラリアひとだし……

Administered by:

Server stats:

2
active users

えあい:evirified:🦐:win98_shrimp:

import * as dayjs from "dayjs";import "dayjs/locale/ja";import * as relativeTime from "dayjs/plugin/relativeTime";import * as localizedFormat from "dayjs/plugin/localizedFormat";
dayjs.locale("ja");
dayjs.extend(relativeTime);
dayjs.extend(localizedFormat);