I am trying to link the side menu item to an external website, but it doesn't seem to work
Below is my code
{
title: 'Word of the Week',
url: '/word',
icon: './assets/sample-icons/side-menu/word.svg'
},
{
title: 'Facebook',
url: 'https://www.fb.com',
icon: './assets/sample-icons/side-menu/fb.svg'
},
I tried removing https, starting with www and other modifications but they don't seem to make it work
Any help would be appreciated