Skip to content

Commit

Permalink
docs: update docus options
Browse files Browse the repository at this point in the history
  • Loading branch information
aliosmandev committed Feb 24, 2024
1 parent 8a9d5e8 commit 2c4dd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/docs/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default defineAppConfig({
docus: {
titleTemplate: "%s - Postiva",
title: "Postiva",
title: "Documentation",
description:
"Your ultimate solution for online documentation and knowledge management.",
image: "logo.png",
url: "https://docs.postiva.com",
socials: {
twitter: "aliosmandev",
github: "postiva/postiva-js",
Expand Down
6 changes: 0 additions & 6 deletions apps/docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ export default defineNuxtConfig({
// https://github.com/nuxt-modules/plausible
"@nuxtjs/plausible",
],
docus: {
title: "Postiva",
description:
"Your ultimate solution for online documentation and knowledge management.",
url: "https://docs.postiva.com",
},
});

0 comments on commit 2c4dd16

Please sign in to comment.