NORY-36: fix app description
This commit is contained in:
parent
b7f8c72a4f
commit
daab1bf3ee
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# The URL of ORY Hydras admin API
|
||||
# The URL of Ory Hydras admin API
|
||||
HYDRA_ADMIN_API=http://hydra:4445
|
||||
|
|
Loading…
Add table
Reference in a new issue