Move google calendar url to APP_CONFIG

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-03-17 08:39:21 +01:00
parent 64e5e33c4a
commit 580a0c3156
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
export const APP_CONFIG = {
contactEmail: "contact@example.com",
contactPhone: "+33 01 02 03 04 05"
contactPhone: "+33 01 02 03 04 05",
newCalendarURL: "https://calendar.google.com/calendar/u/0/r/settings/addbyurl?cid="
}