From 7523c5a4068e8c572d1d08e8488e79c391ea6583 Mon Sep 17 00:00:00 2001 From: Dexrn ZacAttack Date: Wed, 30 Oct 2024 22:45:31 -0700 Subject: [PATCH] another one --- .vitepress/config.mts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index b341af6..c489564 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -70,7 +70,8 @@ export default withPwa(defineConfig({ ['meta', { name: 'msapplication-TileImage', content: '/Documentation/assets/Dexrn_Lodestone_Logo.png' }], ['meta', { name: 'application-name', content: 'Project Lodestone - Documentation' }], ['meta', { name: 'msapplication-tooltip', content: 'Documentation for various Minecraft file formats' }], - ['meta', {name: 'google-site-verification', content: 'z0A_sHsXyYXs1V9Ncly0Ppi6W78vrUKoLQti1FMeXl8' }] + ['meta', {name: 'google-site-verification', content: 'z0A_sHsXyYXs1V9Ncly0Ppi6W78vrUKoLQti1FMeXl8' }], + ['meta', {name: 'google-site-verification', content: 'LLV7ybaGj_-pAwlkHA2Cg55BxTOAdUdjG2WcoEuZKKM' }] ], vite: { server: {