Fix homepage external link placement and publish sanitization

This commit is contained in:
nmemmert
2026-06-01 13:31:26 -04:00
parent 1d536827e3
commit 33ac2fb5d0
8 changed files with 311 additions and 66 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export interface CustomLink {
id: string
label: string
url: string
placement: 'platforms' | 'footer' | 'resources'
placement: 'platforms' | 'footer' | 'resources' | 'otherSites' | 'externalSites'
imageUrl?: string
description?: string
amazonUrl?: string