We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ampプラグインでamp表示をするときにテーマから作成された<style>なCSSが background-image: url(g****_back.jpg); などと、パスがそのままであるために、not found になってしまうようです。
<style>
background-image: url(g****_back.jpg);
例 http://sho.tdiary.net/20180603.html?plugin=amp
url(.+?) のようなものがあったら全部パスを正しく書き換えてしまっていいものか、解決策はまだよくわからないので、ひとまずイシューたてのみで失礼いたします。
The text was updated successfully, but these errors were encountered:
これねぇ、認識してるんですけど、あまりいい案が思い浮かばなくて。AMPだから細かいことは気にしなくていいか! とか思わなくもないですがw
Sorry, something went wrong.
No branches or pull requests
ampプラグインでamp表示をするときにテーマから作成された
<style>
なCSSがbackground-image: url(g****_back.jpg);
などと、パスがそのままであるために、not found になってしまうようです。
例 http://sho.tdiary.net/20180603.html?plugin=amp
url(.+?) のようなものがあったら全部パスを正しく書き換えてしまっていいものか、解決策はまだよくわからないので、ひとまずイシューたてのみで失礼いたします。
The text was updated successfully, but these errors were encountered: