NORY-36: fix app description

This commit is contained in:
Markus Thielker 2024-12-17 18:40:01 +01:00
parent b7f8c72a4f
commit daab1bf3ee
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ const inter = Inter({ subsets: ['latin'] });
const APP_NAME = 'Next Ory';
const APP_DEFAULT_TITLE = 'Next Ory';
const APP_TITLE_TEMPLATE = `%s | ${APP_DEFAULT_TITLE}`;
const APP_DESCRIPTION = 'Get started with ORY authentication quickly and easily.';
const APP_DESCRIPTION = 'Get started with Ory authentication quickly and easily.';
export const metadata = {
applicationName: APP_NAME,

View file

@ -10,7 +10,7 @@ const inter = Inter({ subsets: ['latin'] });
const APP_NAME = 'Next Ory';
const APP_DEFAULT_TITLE = 'Next Ory';
const APP_TITLE_TEMPLATE = `%s | ${APP_DEFAULT_TITLE}`;
const APP_DESCRIPTION = 'Get started with ORY authentication quickly and easily.';
const APP_DESCRIPTION = 'Get started with Ory authentication quickly and easily.';
export const metadata = {
applicationName: APP_NAME,

View file

@ -1,2 +1,2 @@
# The URL of ORY Hydras admin API
# The URL of Ory Hydras admin API
HYDRA_ADMIN_API=http://hydra:4445