Skip to content

Commit

Permalink
Add www to frontend URL (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Mar 17, 2023
1 parent 882072c commit 6475f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .happy/terraform/envs/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module stack {
env = local.env
delete_protected = false
require_okta = false
frontend_url = "https://napari-hub.org"
frontend_url = "https://www.napari-hub.org"
backend_url = "https://api.napari-hub.org"
stack_prefix = "/${var.stack_name}"
tags = local.tags
Expand Down

0 comments on commit 6475f36

Please sign in to comment.