| @@ -132,12 +132,10 @@ | ||
| 132 | 132 | }; |
| 133 | 133 | }; |
| 134 | 134 | |
| 135 | 135 | export const getPageImages = async ({ pageProfile }) => { |
| 136 | - const { aiSiteType, aiSiteCategory, aiDescription, aiKeywords } = pageProfile; | |
| 136 | + const { aiDescription, aiKeywords } = pageProfile; | |
| 137 | 137 | const search = new URLSearchParams({ |
| 138 | - aiSiteType, | |
| 139 | - aiSiteCategory, | |
| 140 | 138 | aiDescription, |
| 141 | 139 | aiKeywords, |
| 142 | 140 | ...extraBody, |
| 143 | 141 | source: 'page-creator', |
| @@ -177,8 +175,9 @@ | ||
| 177 | 175 | siteQuestions: [], |
| 178 | 176 | wpLanguage, |
| 179 | 177 | partnerId, |
| 180 | 178 | pluginGroupId, |
| 179 | + source: 'page-creator', | |
| 181 | 180 | }); |
| 182 | 181 | |
| 183 | 182 | let response; |
| 184 | 183 | |