literally nothing new, i just want to do soem chjanges

This commit is contained in:
Techit Thawiang
2025-07-18 17:30:36 +07:00
parent 1f6830dcbc
commit 965a3b0f55
3 changed files with 18 additions and 19 deletions
+5 -1
View File
@@ -10,12 +10,16 @@ export default defineNuxtConfig({
tailwindcss(),
],
},
runtimeConfig: {
public: {
baseUrl: process.env.NUXT_PUBLIC_BASE_URL
}
},
modules: ['@nuxt/content', '@nuxt/image', '@nuxt/eslint', '@nuxtjs/color-mode', '@nuxt/icon'],
app: {
head: {
titleTemplate: `%s / ${process.env.NUXT_PUBLIC_SITE_NAME || 'thawia.ng'}`,
meta: [
{ name: 'google-site-verification', content: 'lLsgPlllQ5O3Vsn5kDQgo88ORYyhRMV-GnrXtkjuJeg' }, // PRESERVE FOR TECHIT.DAILITATION.XYZ ONLY, DO NOT USE IT IN YOUR WEBSITE!
{ name: 'description', content: `Just another personal website, Created by ${process.env.NUXT_PUBLIC_AUTHOR}` },
{ name: 'referrer', content: 'strict-origin-when-cross-origin' },
{ name: 'canonical', content: process.env.NUXT_PUBLIC_BASE_URL },