Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
impeachYoon committed Dec 5, 2024
1 parent c4fc1e0 commit 4cb16e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
</div>
</template>

<script setup lang="ts">
useSeoMeta({
title: "국민의힘 단체문자 매크로",
ogTitle: "국민의힘 단체문자 매크로",
description: "국민의힘 의원들에게 우리 같이 윤석열을 탄핵시킬 용기를 불어넣어줘요.",
ogDescription: "국민의힘 의원들에게 우리 같이 윤석열을 탄핵시킬 용기를 불어넣어줘요."
})
</script>

<style lang="scss">
@font-face {
font-family: 'Pretendard';
Expand Down
7 changes: 6 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
ssr: false
ssr: false,
app: {
head: {
charset: 'utf-8'
}
}
})

0 comments on commit 4cb16e9

Please sign in to comment.