Skip to content

Commit

Permalink
Change the news article names to match v1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobChao87 committed Sep 22, 2021
1 parent b957686 commit 739703b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/homepage/Kaspersky.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://www.kaspersky.com/?ref=oengus.io" target="_blank" class="image">
<img src="/kaspersky_logo.png" alt="Kaspersky Logo">
</a>
<p v-html="$t('homepage.sponsors.kaspersky.box', { readMoreUrl: localePath('/news/kaspersky') })" />
<p v-html="$t('homepage.sponsors.kaspersky.box', { readMoreUrl: localePath('/news/kaspersky-partnership') })" />
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion middleware/oengus-v1-redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const oengusV2Pages: Array<Array<string>> = [
[ ],
[ 'marathon', '*' ],
[ 'marathon', '*', 'schedule' ],
[ 'news', 'kaspersky' ],
[ 'news', 'kaspersky-partnership' ],
];

const oengusV1Redirect: Middleware = function ({ $config, route, redirect, from }): void {
Expand Down
File renamed without changes.

0 comments on commit 739703b

Please sign in to comment.