Fix SHSF contact endpoint URL

This commit is contained in:
2026-04-14 18:46:17 +02:00
parent e47c51ae29
commit 643fcd3073

View File

@@ -1,7 +1,7 @@
import { useState } from 'react'; import { useState } from 'react';
import { SectionWrapper } from '../components/SectionWrapper'; import { SectionWrapper } from '../components/SectionWrapper';
const CONTACT_API_URL = import.meta.env.VITE_CONTACT_API_URL || 'https://shsf-api.reversed.dev/api/exec/17/89/default'; const CONTACT_API_URL = import.meta.env.VITE_CONTACT_API_URL || 'https://shsf-api.reversed.dev/api/exec/17/cba6645c-2ca2-4e7a-ad94-e6114cbde761';
const socialLinks = [ const socialLinks = [
{ name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev' }, { name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev' },