redirecter for ao3 that adds opengraph metadata

update file

Changed files
+1 -1
src
app
generator
+1 -1
src/app/generator/page.js
··· 134 134 {props.summaryType === 'custom' && ( 135 135 <div className="input-field"> 136 136 <label htmlFor="customSummary">Custom Summary</label> 137 - <textarea name="customSummary" id="customSummary" onChange={e => updateProp(e.target.name, e.target.value)}></textarea> 137 + <textarea name="customSummary" id="customSummary" onBlurs={e => updateProp(e.target.name, e.target.value)}></textarea> 138 138 </div> 139 139 )} 140 140 </div>