bgwebagency / frontendleetcode.com

📚 Front End interview preparation materials
https://frontendleetcode.com
MIT License
1 stars 2 forks source link

Remove "- Nextra" from page title #1

Open kirandash opened 1 year ago

kirandash commented 1 year ago

Currently the page title is generated as: <title>Frontend Leetcode – Nextra</title>

Expected:

<title>Frontend Leetcode</title>

For sub pages:

Ex: https://www.frontendleetcode.com/coding-javascript-utility-functions/unique-array

<title>Unique Array – Nextra</title>

Expected:

<title>Unique Array – Frontend Leetcode</title>

Techydeveloper12 commented 1 year ago

Hi @kirandash
Please assign me this issue so can solve your issue