refactor: simplify imprint + privacy
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
imprint_url: config.url_imprint || "/imprint"
|
||||
, privacy_url: config.url_privacy || "/privacy"
|
||||
imprint_url: config.url_imprint || "https://lauf-fuer-kaya.de/impressum"
|
||||
, privacy_url: config.url_privacy || "https://lauf-fuer-kaya.de/datenschutz"
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user