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.
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.