(text, fill)
| 166 | let exampleLocale; |
| 167 | |
| 168 | const fillPlaceholders = (text, fill) => text.replace(/({{2,3}.*?}{2,3})/g, fill); |
| 169 | async function reconfigureServerWithPagesConfig(pagesConfig) { |
| 170 | config.pages = pagesConfig; |
| 171 | await reconfigureServer(config); |