A11Y and engagement tweaks

This commit is contained in:
Michael Dausmann
2023-05-21 15:32:38 +10:00
parent 17e3166f13
commit 565d951304
4 changed files with 27 additions and 12 deletions

View File

@@ -11,6 +11,14 @@ export default defineNuxtConfig({
imports: {
dirs: ['./stores'],
},
app:{
head: {
htmlAttrs: {
lang: 'en',
},
title: 'Nuxt 3 SAAS Boilerplate',
},
},
runtimeConfig:{
stripeSecretKey: process.env.STRIPE_SECRET_KEY,
stripeEndpointSecret: process.env.STRIPE_ENDPOINT_SECRET,