0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Change self-service domain

This commit is contained in:
Paul Davis 2023-04-11 16:16:48 +01:00
parent 66b353ed97
commit b149ed79ae

View file

@ -8,7 +8,7 @@ export default class MigrateService extends Service {
@service ghostPaths;
@service settings;
migrateUrl = 'https://import.ghost.org';
migrateUrl = 'https://migrate.ghost.org';
migrateRouteRoot = '#/migrate';
@tracked migrateWindowOpen = false;