Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

fixing 404 in removing the trailing slash #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
description: 'Learn by watching the creator of Jesse writing strategies step-by-step',
icon: FilmIcon,
background: 'bg-yellow-500',
url: 'https://jesse.trade/youtube/'
url: 'https://jesse.trade/youtube'
},
{
title: 'Discord',
Expand All @@ -88,7 +88,7 @@ export default {
description: 'Keep up with our latest developments',
icon: NewspaperIcon,
background: 'bg-indigo-500',
url: 'https://jesse.trade/blog/news'
url: 'https://jesse.trade/blog'
},
{
title: 'Roadmap',
Expand Down