You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to exclude everything. I tried all of these patterns excludedPaths: ['*', '**', '**/**', '*/**'], but it doesn't work. IMO the include exclude pattern makes this plugin more complicated than it needs to be. Its fairly simple for me to add /amphtml through react-helmet and I can have fine grain control. I don't think this plugin should be changing non-amp pages by adding amphtml link to them.
The text was updated successfully, but these errors were encountered:
Hi.
Is there a way to exclude everything. I tried all of these patterns
excludedPaths: ['*', '**', '**/**', '*/**'],
but it doesn't work. IMO the include exclude pattern makes this plugin more complicated than it needs to be. Its fairly simple for me to add/amphtml
throughreact-helmet
and I can have fine grain control. I don't think this plugin should be changingnon-amp
pages by addingamphtml link
to them.The text was updated successfully, but these errors were encountered: