Skip to content

Commit

Permalink
🐛 Fix article path
Browse files Browse the repository at this point in the history
  • Loading branch information
Leszek committed May 20, 2023
1 parent c789f0e commit 8a22875
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions store/articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,61 @@ import { useI18n } from 'vue-i18n'
export const useArticlesStore = defineStore({
id: 'articles',
state: () => {
const i18n = useI18n();
return {
articles: [
{
id: 8,
slug: i18n.t('articles.epizode_8.slug'),
filename: '/pl/to-nie-cel-sie-liczy',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/08--To-nie-cel-si-liczy-e1n5a9d',
publish_date: '2022.09.10 14:58'
},
{
id: 7,
slug: i18n.t('articles.epizode_7.slug'),
filename: '/pl/technika-skutecznego-robienia-postepow',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/07--Technika-skutecznego-robienia-postpw-e1m9jg3/a-a8c4koi',
publish_date: '2022.08.10 08:49'
},
{
id: 6,
slug: i18n.t('articles.epizode_6.slug'),
filename: '/pl/matrycja-priorytetow-i-zarzadzania-czasem',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/06--Matryca-priorytetw-i-zarzdzania-czasem-e1kqt8h',
publish_date: '2022.07.10 09:04'
},
{
id: 5,
slug: i18n.t('articles.epizode_5.slug'),
filename: '/pl/zasada-2-minut-czyli-skuteczne-zarzadzanie-czasem',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/05--Zasada-2-minut--czyli-skuteczne-zarzdzanie-czasem-e1eef5m',
publish_date: '2022.06.10 05:23'
},
{
id: 4,
slug: i18n.t('articles.epizode_4.slug'),
filename: '/pl/gdy-zadania-zaczna-ciebie-przytlaczac',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/04--Gdy-zadania-zaczn-Ciebie-przytacza-e1eedl4',
publish_date: '2022.05.10 09:32'
},
{
id: 3,
slug: i18n.t('articles.epizode_3.slug'),
filename: '/pl/zacznij-kontrolowac-swoje-ryzyko',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/03--Zacznij-kontrolowa-swoje-ryzyko-e1edm05',
publish_date: '2022.04.10 16:25'
},
{
id: 2,
slug: i18n.t('articles.epizode_2.slug'),
filename: '/pl/moje-spojrzenie-na-samodoskonalenie',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/02--Moje-spojrzenie-na-samodoskonalenie-e1ea9f9',
publish_date: '2022.03.10 08:27'
},
{
id: 1,
slug: i18n.t('articles.epizode_1.slug'),
filename: '/pl/prosty-sposob-na-produktywnosc',
url: 'https://anchor.fm/skuteczny-plan-podcast/episodes/01--Prosty-sposb-na-produktywno-e1dpl1t',
publish_date: '2022.02.10 09:13'
Expand Down

0 comments on commit 8a22875

Please sign in to comment.