diff --git a/docs/config/application.rb b/docs/config/application.rb index 4ed394b386..043dd00f2a 100644 --- a/docs/config/application.rb +++ b/docs/config/application.rb @@ -33,9 +33,10 @@ class Application < Rails::Application # config.active_record.raise_in_transactional_callbacks = true # Storybook deploy url to differentiate in different environments - config.storybook_root_url = "https://sage-lib-storybook.development.kajabi.farm/?path=/docs/" + config.storybook_root_url = "https://sage-lib-storybook.production.kajabi.farm/?path=/docs/" # Sassdocs deploy url to differentiate in different environments - config.sassdocs_root_url = "https://sage-lib-sassdocs.development.kajabi.farm/" + config.sassdocs_root_url = "https://sage-lib-sassdocs.production.kajabi.farm/" end -end \ No newline at end of file +end +