diff --git a/source/options/components/page-main.ts b/source/options/components/page-main.ts index 0a2ef4d..4f29cac 100644 --- a/source/options/components/page-main.ts +++ b/source/options/components/page-main.ts @@ -68,7 +68,7 @@ export class PageMain extends Component { id: await storage.nextRedirectId(), matcherType: 'hostname', matcherValue: 'example.com', - redirectType: 'simple', + redirectType: 'hostname', redirectValue: 'example.org', }); await storage.savePrepared(await storage.prepareForStorage(redirect));