diff --git a/angular.json b/angular.json
index 7544246..5a7ea9c 100644
--- a/angular.json
+++ b/angular.json
@@ -35,10 +35,7 @@
],
"scripts": [],
"server": "src/main.server.ts",
- "prerender": true,
- "ssr": {
- "entry": "server.ts"
- }
+ "baseHref": "replaced-base-href"
},
"configurations": {
"production": {
@@ -103,10 +100,14 @@
}
},
"i18n": {
- "sourceLocale": "nl-NL",
+ "sourceLocale": {
+ "code": "nl-NL",
+ "baseHref": ""
+ },
"locales": {
"en-US": {
- "translation": "messages-en.json"
+ "translation": "messages-en.json",
+ "baseHref": ""
}
}
}
diff --git a/messages-en.json b/messages-en.json
index ac8ac51..f64cacd 100644
--- a/messages-en.json
+++ b/messages-en.json
@@ -7,7 +7,7 @@
"whenOptionCake": "Cake & Bubbles",
"whenOptionDinner": "Dinner",
"whenOptionChurch": "Church Ceremony",
- "whenOptionParty": "Feest",
- "mailBody": "Glad to hear you are attending! Please provide answers to the following questions:\n\nI will attend with: X persons\nI will be attending (please remove the events you will not attend):\n{$PH}\nNotes and dietary requirements"
+ "whenOptionParty": "Party",
+ "mailBody": "Glad to hear you are attending! Please provide answers to the following questions:%0D%0A\nI will attend with: X persons%0D%0A %0D%0A\nI will be attending (please remove the events you will not attend):\n%0D%0A\n{$PH}%0D%0A\n%0D%0ANotes and dietary requirements"
}
}
diff --git a/messages-nl.json b/messages-nl.json
index ff061fb..5d96288 100644
--- a/messages-nl.json
+++ b/messages-nl.json
@@ -8,6 +8,6 @@
"whenOptionDinner": "Diner",
"whenOptionChurch": "Kerkdienst",
"whenOptionParty": "Feest",
- "mailBody": "Fijn dat je komt! Geef hieronder antwoord op de volgende vragen:\n\nIk kom met: X personen\nIk ben er bij met (verwijder als je niet aanwezig bent):\n{$PH}\nVerdere opmerkingen/dieetwensen"
+ "mailBody": "Wat fijn dat je ons laat weten of je er bij bent!%0D%0A\nIk kom met: %0D%0A\n- X personen%0D%0A %0D%0A\nIk ben er bij met (verwijder als je niet aanwezig bent):\n%0D%0A\n{$PH}%0D%0A\n%0D%0AVerdere opmerkingen/dieetwensen"
}
}
\ No newline at end of file
diff --git a/src/app/landing-page/landing-page.component.html b/src/app/landing-page/landing-page.component.html
index 4e003a3..af4cf58 100644
--- a/src/app/landing-page/landing-page.component.html
+++ b/src/app/landing-page/landing-page.component.html
@@ -27,10 +27,10 @@