Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/infrastructure/src/modules/website/opennext.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ module "opennext" {
NEXT_PUBLIC_COGNITO_USER_POOL_ID = aws_cognito_user_pool.devportal.id
NEXT_PUBLIC_COGNITO_USER_POOL_WEB_CLIENT_ID = aws_cognito_user_pool_client.devportal_website.id
NEXT_PUBLIC_ENVIRONMENT = var.environment
NEXT_PUBLIC_I18N_ACTIVE_LANGUAGES = "false"
NEXT_PUBLIC_ORGANIZATION_SOCIAL_LINKS = "https://x.com/PagoPA,https://www.instagram.com/pagopaspa/,https://www.linkedin.com/company/pagopa/,https://medium.com/pagopa-spa"
NEXT_PUBLIC_WEBSITE_BASE_URL = "https://${var.dns_domain_name}"
NEXT_PUBLIC_WEBSITE_NAME = "DevPortal"
Expand Down
Loading