Skip to content

Commit

Permalink
fix: remove socials default key to enable sorting for end user (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Feb 15, 2023
1 parent 0cb1ba7 commit bd97760
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app.config.ts
Expand Up @@ -6,14 +6,7 @@ export default defineAppConfig({

image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',

socials: {
twitter: '',
github: '',
facebook: '',
instagram: '',
youtube: '',
medium: ''
},
socials: {},

layout: 'default',

Expand Down

0 comments on commit bd97760

Please sign in to comment.