Hybrid AMP and getStaticProps #11188
Answered
by
ijjk
MickCoelho
asked this question in
Help
-
Is it just me or do the two not work well together? |
Beta Was this translation helpful? Give feedback.
Answered by
ijjk
Mar 19, 2020
Replies: 1 comment 1 reply
-
Hi, it looks like this is a bug and the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MickCoelho
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, it looks like this is a bug and the
amp=1
query was not being honored on a hybrid AMP page withgetStaticProps
. I opened a PR here #11205 to address this