From 2ec8cb1d00f84066653bf95233d13c52a3184776 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Dec 2024 23:21:09 +0100 Subject: [PATCH] chore: adjust keywords --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 02ab483..1e9c601 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -81,7 +81,7 @@ export default withPwa( ['meta', { name: 'author', content: 'Stacks.js, Inc.' }], ['meta', { name: 'tags', - content: 'bunfig, config, stacksjs, lightweight, zero-config', + content: 'bunfig, config, stacksjs, lightweight, zero-config, local development, smart, unconfig-like', }], ['meta', { property: 'og:type', content: 'website' }], ['meta', { property: 'og:locale', content: 'en' }],