From 2181b8022c1d96a4fd0254836105ec36d79d12a0 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 16 Jan 2024 22:22:28 +0200 Subject: [PATCH] chore: change default redirect --- src/config/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/app.ts b/src/config/app.ts index f217fec..6fbbb0e 100644 --- a/src/config/app.ts +++ b/src/config/app.ts @@ -7,7 +7,7 @@ import type { MemoryStorageConfig } from '../types/storage.js'; */ export const appConfig: AppConfig = { // Index page - redirectIndex: 'https://docs.iconify.design/api/', + redirectIndex: 'https://iconify.design/docs/api/', // Region to add to `/version` response // Used to tell which server is responding when running multiple servers