我们的企业决定使用 AMP 故事,他们希望他们的故事保留原始 URL。我知道它在 AMP 页面中是可能的,但它也可以在 AMP 故事中完成吗?
URL 应该
https://www.example.com/amp/stories/xyz
是
https://www-example-com.cdn.ampproject.org/www.example.com/amp/storie/xyz
希望能在这里得到一点帮助。
我们的企业决定使用 AMP 故事,他们希望他们的故事保留原始 URL。我知道它在 AMP 页面中是可能的,但它也可以在 AMP 故事中完成吗?
URL 应该
https://www.example.com/amp/stories/xyz
是
https://www-example-com.cdn.ampproject.org/www.example.com/amp/storie/xyz
希望能在这里得到一点帮助。
是的,这应该像使用签名交换的常规 AMP 页面一样工作。
如果您使用 CloudFlare,这是一键式操作:https ://blog.amp.dev/category/signed-exchanges/
或者您可以自己实施签名交换:https ://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/signed-exchange/