Skip to content

Commit 3ce2888

Browse files
authored
Merge pull request #21 from nemanjam/feat/rathole-traefik-home-server-article
Rathole Traefik home server article
2 parents 049457e + 017e8a0 commit 3ce2888

17 files changed

+498
-3
lines changed
-2.11 MB
Binary file not shown.
-1.41 MB
Binary file not shown.
Binary file not shown.
-2.06 MB
Binary file not shown.

src/constants/collections.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ export const CATEGORIES = [
5858
name: 'resources',
5959
icon: 'mdi:book-open-variant-outline',
6060
},
61+
{
62+
name: 'homelab',
63+
icon: 'mdi:flask-empty-outline',
64+
},
6165
] as const;
6266

6367
// use imported images here

src/constants/file-paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export const FILE_PATHS = {
44
FONTS_FOLDER: './public/fonts/',
5-
OG_FOLDER: './src/assets/images/default/open-graph/',
5+
GALLERY_FOLDER: './src/assets/images/all-images/',
66
IMAGE_404: './src/assets/images/pages/image404.jpg',
77
/** .jpg */
88
AVATAR: './src/assets/images/avatar.jpg',
31.8 KB
Loading
33.2 KB
Loading
4.94 MB
Loading
1.06 MB
Loading

0 commit comments

Comments
 (0)