We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d63231 + 78340d8 commit 08dcf60Copy full SHA for 08dcf60
components/content/ProseA.vue
@@ -3,6 +3,7 @@
3
<slot />
4
<img
5
src="@/assets/images/link.svg"
6
+ alt="External link icon"
7
class="w-3 m-0 ml-1 mb-1.5 inline align-bottom"
8
/>
9
</NuxtLink>
components/content/ProseCode.vue
src="@/assets/images/copy.svg"
+ alt="Copy to clipboard"
class="copy-btn absolute w-7 top-2 right-2 bg-gray-600 hover:bg-gray-500 rounded-xl p-0.5 box-content transition-colors cursor-pointer m-0"
@click="onClick"
nuxt.config.ts
@@ -11,7 +11,10 @@ export default defineNuxtConfig({
11
type: 'image/x-icon',
12
href: '/favicon.ico'
13
}
14
- ]
+ ],
15
+ htmlAttrs: {
16
+ lang: 'ja'
17
+ }
18
19
},
20
devtools: { enabled: true },
0 commit comments