mirror of https://github.com/iconify/api.git
chore: change default redirect
This commit is contained in:
parent
6471e051e9
commit
2181b8022c
|
|
@ -7,7 +7,7 @@ import type { MemoryStorageConfig } from '../types/storage.js';
|
||||||
*/
|
*/
|
||||||
export const appConfig: AppConfig = {
|
export const appConfig: AppConfig = {
|
||||||
// Index page
|
// Index page
|
||||||
redirectIndex: 'https://docs.iconify.design/api/',
|
redirectIndex: 'https://iconify.design/docs/api/',
|
||||||
|
|
||||||
// Region to add to `/version` response
|
// Region to add to `/version` response
|
||||||
// Used to tell which server is responding when running multiple servers
|
// Used to tell which server is responding when running multiple servers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue