Skip to content

Commit

Permalink
Merge pull request #2 from PatrickJnr/main-cf-autofix
Browse files Browse the repository at this point in the history
Apply fixes from CodeFactor
  • Loading branch information
PatrickJnr authored Jun 21, 2024
2 parents 2a30f65 + a7c684c commit b8312c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
42 changes: 7 additions & 35 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const CONFIG = {
external: {
header: '',
// To hide the `External Projects` section, keep it empty.

},
},
seo: {
Expand Down Expand Up @@ -62,40 +61,13 @@ const CONFIG = {
email: 'admin@grimtech.co.uk',
},
resume: {
fileUrl:
'', // Empty fileUrl will hide the `Download Resume` button.
fileUrl: '', // Empty fileUrl will hide the `Download Resume` button.
},
skills: [

],
experiences: [
{
},
{

},
],
certifications: [
{

},
],
educations: [
{

},
{

},
],
publications: [
{

},
{

},
],
skills: [],
experiences: [{}, {}],
certifications: [{}],
educations: [{}, {}],
publications: [{}, {}],
// Display articles from your medium or dev account. (Optional)
blog: {
source: '', // medium | dev
Expand Down Expand Up @@ -183,4 +155,4 @@ const CONFIG = {
enablePWA: true,
};

export default CONFIG;
export default CONFIG;
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ export default defineConfig({
define: {
CONFIG: CONFIG,
},
});
});

0 comments on commit b8312c1

Please sign in to comment.