We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b73503 commit 6e098dfCopy full SHA for 6e098df
2 files changed
src/components/Nav.vue
@@ -2,7 +2,7 @@
2
<nav>
3
<div class="nav-left">
4
<h1>
5
- <a href="{{ brand.href }}">{{ brand.text }}</a>
+ <a v-bind:href="brand.href">{{ brand.text }}</a>
6
</h1>
7
8
<div class="info">
src/config.json
@@ -1,7 +1,7 @@
1
{
"brand": {
- "text": "maps.codefor.berlin",
- "href": "https:/maps.codefor.berlin/"
+ "text": "maps.berlin.codefor.de",
+ "href": "https:/maps.berlin.codefor.de"
},
"view": {
"center": [
0 commit comments