feat: added particle and reformatting

This commit is contained in:
Bart van der Braak 2024-02-02 01:08:13 +01:00
parent 5158767019
commit 32b6bf7582
147 changed files with 1186 additions and 922 deletions

View file

@ -9,9 +9,9 @@ export const siteConfig = {
ogImage: `https://${SITE_URL}/og.png`,
links: {
gitHubProfile: 'https://github.com/bartvdbraak',
gitHubProject: 'https://github.com/bartvdbraak/omnidash',
gitHubProject: 'https://github.com/bartvdbraak/omnidash'
},
keywords: `Ticket,Dashboard,Self-hosted,${SITE_URL},Bart van der Braak,Omnidash`,
keywords: `Ticket,Dashboard,Self-hosted,${SITE_URL},Bart van der Braak,Omnidash`
};
export type SiteConfig = typeof siteConfig;