Skip to content Skip to sidebar Skip to footer

Unable To Refresh New Tab In My Chrome Extension

In my chrome extension which replaces the new tab page, when I refresh the page it shows me file not found. Can anybody tell how to fix this issue? Is this has to do with either pa

Solution 1:

Change

<base href="/">

To

<base href="/index.html">

And it works!

Post a Comment for "Unable To Refresh New Tab In My Chrome Extension"