Skip to content

Commit

Permalink
improve docs/blog description
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Mar 2, 2024
1 parent e3ca0b6 commit 79eeb61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import sitemap from "@astrojs/sitemap";
import prefetch from "@astrojs/prefetch";

import robotsTxt from "astro-robots-txt";

const description =
'Generate Full Stack Serverless AWS Apps based on your description or data model. Projects include Next.js, React, Express, Lambda, API Gateway, Cognito Auth, DynamoDB, and more.'
const ogImage = 'https://codegenie.codes/og.jpg'

// https://astro.build/config
Expand All @@ -18,7 +19,7 @@ export default defineConfig({
tailwind(),
starlight({
title: 'Code Genie',
description: 'Code Genie docs',
description,
favicon: '/favicon.ico',
logo: {
src: './src/assets/images/code-genie-logo.webp',
Expand Down

0 comments on commit 79eeb61

Please sign in to comment.