Skip to content

Commit

Permalink
šŸ–¼ļø style: update image URL in app.config.ts, README.md, and nuxt.scheā€¦
Browse files Browse the repository at this point in the history
ā€¦ma.ts to use the new official Docux repository image for better branding and recognition
  • Loading branch information
nyxb committed Oct 24, 2023
1 parent 69c82cd commit ebc02b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .starters/default/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default defineAppConfig({
docux: {
title: 'Docux',
description: 'The best place to start your documentation.',
image: 'https://user-images.githubusercontent.com',
image: 'https://github.com/nyxb/docux/blob/main/.github/images/docux_repo_picture.png',
socials: {
twitter: 'nuxtstudio',
github: 'nyxb/docux',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Docux]()](https://docux.dev)
[![Docux](https://github.com/nyxb/docux/blob/main/.github/images/docux_repo_picture.png)](https://docux.dev)

## Docux

Expand Down
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineAppConfig({

description: 'The best place to start your documentation.',

image: 'https://user-images.githubusercontent.com',
image: 'https://github.com/nyxb/docux/blob/main/.github/images/docux_repo_picture.png',

socials: {},

Expand Down
2 changes: 1 addition & 1 deletion nuxt.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineNuxtSchema({
* @studioIcon dashicons:cover-image
* @studioInput file
*/
image: 'https://user-images.githubusercontent.com',
image: 'https://github.com/nyxb/docux/blob/main/.github/images/docux_repo_picture.png',

/**
* Social links
Expand Down

0 comments on commit ebc02b7

Please sign in to comment.