mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Prefix NGINX urls with origin as well
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
const { children, id, text }: { children: Snippet; id: string; text: string } = $props();
|
||||
|
||||
const modalId = `${id}-modal`
|
||||
const modalId = `${id}-modal`;
|
||||
</script>
|
||||
|
||||
<a href={`#${modalId}`} role="button">{text}</a>
|
||||
|
||||
Reference in New Issue
Block a user