Added URL to photo instead of using placeholder
This commit is contained in:
parent
1db1904cdd
commit
2cf80aae9c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ const initDocs = async ({
|
|||
export default async (app: INestApplication) => {
|
||||
const redocOptions: RedocOptions = {
|
||||
logo: {
|
||||
url: "https://picsum.photos/256/128",
|
||||
url: "https://share.t-werring.nl/selfie.jpg",
|
||||
altText: "Thom Werring",
|
||||
},
|
||||
sortPropsAlphabetically: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue