diff --git a/.env.dev b/.env.dev index 22dc22d..611dd74 100644 --- a/.env.dev +++ b/.env.dev @@ -3,6 +3,8 @@ BASE_DOMAIN='.onstove.com' # URLS ############################################################################## STATIC_URL='https://static-pubcomm.gate8.com' +ASSETS_URL='https://static-pubcomm.gate8.com/dev/templates/brand' +DATA_RESOURCE_URL='https://static-pubcomm.gate8.com/dev/test' # STOVE ############################################################################# # STOVE - API Url diff --git a/.env.live b/.env.live index 9dc352f..a3fdb0e 100644 --- a/.env.live +++ b/.env.live @@ -3,6 +3,8 @@ BASE_DOMAIN='.onstove.com' # URLS ############################################################################## STATIC_URL='https://static-pubcomm.onstove.com' +ASSETS_URL='https://static-pubcomm.onstove.com/live/templates/brand' +DATA_RESOURCE_URL='https://static-pubcomm.onstove.com/live/test' # STOVE ############################################################################# # STOVE - API Url diff --git a/.env.qa b/.env.qa index c389adc..fb23f95 100644 --- a/.env.qa +++ b/.env.qa @@ -3,6 +3,8 @@ BASE_DOMAIN='.onstove.com' # URLS ############################################################################## STATIC_URL='https://static-pubcomm.gate8.com' +ASSETS_URL='https://static-pubcomm.gate8.com/qa/templates/brand' +DATA_RESOURCE_URL='https://static-pubcomm.gate8.com/qa/test' # STOVE ############################################################################# # STOVE - API Url diff --git a/.env.sandbox b/.env.sandbox index 384862f..fa3249e 100644 --- a/.env.sandbox +++ b/.env.sandbox @@ -3,6 +3,8 @@ BASE_DOMAIN='.gate8.com' # URLS ############################################################################## STATIC_URL='https://static-pubcomm.gate8.com' +ASSETS_URL='https://static-pubcomm.gate8.com/sandbox/templates/brand' +DATA_RESOURCE_URL='https://static-pubcomm.gate8.com/sandbox/test' # STOVE ############################################################################# # STOVE - API Url diff --git a/layers/assets/css/components/_layout.css b/layers/assets/css/components/_layout.css index a2d7450..7185527 100644 --- a/layers/assets/css/components/_layout.css +++ b/layers/assets/css/components/_layout.css @@ -13,7 +13,7 @@ @apply relative pt-[32px] pb-[80px] px-[20px] sm:px-[40px] md:pt-[64px] md:pb-[200px] bg-[#F0F0F0]; } .section-static { - @apply mx-auto max-w-[684px] md:max-w-[944px] lg:max-w-[1300px]; + @apply mx-auto lg:max-w-[1300px]; } .section-static + .section-static { @apply mt-[80px] md:mt-[100px]; diff --git a/layers/components/atoms/Button/Launcher.vue b/layers/components/atoms/Button/Launcher.vue index 9ab336a..a11762d 100644 --- a/layers/components/atoms/Button/Launcher.vue +++ b/layers/components/atoms/Button/Launcher.vue @@ -3,10 +3,9 @@ import type { CSSProperties } from 'vue' import type { DownloadButtonType, ButtonVariant, + Platform, } from '#layers/types/components/button' -type Platform = 'google_play' | 'app_store' | 'pc' | 'stove' - interface Props { platform: Platform type?: DownloadButtonType diff --git a/layers/components/blocks/slide/Default.vue b/layers/components/blocks/slide/Default.vue index 9f1dce1..c055963 100644 --- a/layers/components/blocks/slide/Default.vue +++ b/layers/components/blocks/slide/Default.vue @@ -86,7 +86,6 @@ const handleMove = (