Skip to content
Snippets Groups Projects
Commit 2cbf6c5f authored by jan.bednarik's avatar jan.bednarik
Browse files

Change hardcoded links

parent 026fded2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
- **BASE_URL** - Url, na které staticky generovaný web poběží (defaultně https://www.piratipracuji.cz). Počítá se s tím, že web poběží v rootu domény (subdomény).
- **API_URL** - Url API s daty (defaultně https://redmineapi.mfnet.cz/). Je nutný trailing slash.
- **API_URL** - Url API s daty (defaultně https://www.piratipracuji.cz/api/). Je nutný trailing slash.
#### Další konfigurace
......
......@@ -57,7 +57,7 @@ export default {
meta: [
{ hid: 'og:title', property: 'og:title', content: this.posts.items[0].title },
{ hid: 'og:image', property: 'og:image', content: this.posts.items[0].thumbnail },
{ hid: 'og:url', property: 'og:url', content: 'https://piratipracuji.mfnet.cz'+this.$nuxt.$route.path },
{ hid: 'og:url', property: 'og:url', content: 'https://www.piratipracuji.cz'+this.$nuxt.$route.path },
],
};
},
......
......@@ -5,7 +5,7 @@ const appConfig = {
description: 'Přehled toho nejdůležitějšího, na čem Piráti pracují nejen v Poslanecké sněmovně.',
//apiUrl: process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:8000/api/' : 'https://admin.piratipracuji.cz/api/',
//apiUrl: 'https://admin.piratipracuji.cz/api/',
apiUrl: process.env.API_URL || 'https://redmineapi.mfnet.cz/',
apiUrl: process.env.API_URL || "https://www.piratipracuji.cz/api/",
//apiUrl: 'https://redmineapi.mfnet.cz/',
productionUrl: process.env.BASE_URL || 'https://www.piratipracuji.cz',
//productionUrl: 'https://www.piratipracuji.cz',
......
......@@ -61,7 +61,7 @@ export default {
{ hid: 'description', property: 'description', content: this.post ? this.post.description : '' },
{ hid: 'og:description', property: 'og:description', content: this.post ? this.post.description : '' },
{ hid: 'og:title', property: 'og:title', content: title },
{ hid: 'og:url', property: 'og:url', content: 'https://piratipracuji.mfnet.cz'+this.$nuxt.$route.path },
{ hid: 'og:url', property: 'og:url', content: 'https://www.piratipracuji.cz'+this.$nuxt.$route.path },
ogImage,
],
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment