Merge commit '927f7ace3bc6e5c4403118bee74bc5d47a1eff5b' into feature/20250123_SWV-806
This commit is contained in:
@@ -209,7 +209,3 @@ onBeforeUnmount(() => {
|
||||
<AtomsLoadingFull />
|
||||
<AtomsLoadingLocal />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@import '#layers/assets/css/app.css';
|
||||
</style>
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
@import '@splidejs/vue-splide/css';
|
||||
@import '@vuepic/vue-datepicker/dist/main.css';
|
||||
|
||||
@import './base/_reset.css';
|
||||
@import './base/_theme.css';
|
||||
@import './base/_font.css';
|
||||
|
||||
@@ -45,7 +45,7 @@ export interface GameDataValue {
|
||||
favicon_json: GameDataImg
|
||||
meta_tag_json: GameDataMetaTag
|
||||
sns_json: GameDataSns
|
||||
url_json: Record<string, { url: string }>
|
||||
url_json: Record<string, string>
|
||||
footer_json: string // JSON 문자열로 변경
|
||||
img_json: GameDataImg
|
||||
market_json: Record<string, { url: string }>
|
||||
|
||||
@@ -27,20 +27,6 @@ export default defineNuxtConfig({
|
||||
// onload: "this.onload=null;this.rel='stylesheet'",
|
||||
// },
|
||||
],
|
||||
noscript: [
|
||||
// JavaScript 비활성화 시 폰트 CSS 로드
|
||||
{
|
||||
innerHTML:
|
||||
'<link rel="stylesheet" href="https://static-pubcomm.onstove.com/live/common/assets/fonts/Pretendard/pretendard.css">',
|
||||
},
|
||||
{
|
||||
innerHTML:
|
||||
'<link rel="stylesheet" href="https://static-pubcomm.onstove.com/live/common/assets/fonts/Pretendard/pretendard-jp.css">',
|
||||
},
|
||||
// {
|
||||
// innerHTML: '<link rel="stylesheet" href="https://static-cdn.onstove.com/0.0.4/font-icon/StoveFont-Icon.css">',
|
||||
// },
|
||||
],
|
||||
script: [
|
||||
{
|
||||
type: 'text/javascript',
|
||||
@@ -110,6 +96,11 @@ export default defineNuxtConfig({
|
||||
stove81Plug: process.env.STOVE_81PLUG,
|
||||
},
|
||||
},
|
||||
css: [
|
||||
'@vuepic/vue-datepicker/dist/main.css',
|
||||
'@splidejs/vue-splide/css',
|
||||
'@/layers/assets/css/app.css',
|
||||
],
|
||||
postcss: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
|
||||
Reference in New Issue
Block a user