Change the default redirect to hostname.
This commit is contained in:
parent
a05f54306a
commit
645e0e066a
|
@ -68,7 +68,7 @@ export class PageMain extends Component<Props, State> {
|
||||||
id: await storage.nextRedirectId(),
|
id: await storage.nextRedirectId(),
|
||||||
matcherType: 'hostname',
|
matcherType: 'hostname',
|
||||||
matcherValue: 'example.com',
|
matcherValue: 'example.com',
|
||||||
redirectType: 'simple',
|
redirectType: 'hostname',
|
||||||
redirectValue: 'example.org',
|
redirectValue: 'example.org',
|
||||||
});
|
});
|
||||||
await storage.savePrepared(await storage.prepareForStorage(redirect));
|
await storage.savePrepared(await storage.prepareForStorage(redirect));
|
||||||
|
|
Loading…
Reference in New Issue