| @@ -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', |