File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,18 @@ export default defineConfig({
7070
7171 socialLinks : [
7272 { icon : 'github' , link : 'https://github.com/ace-of-aces/laravel-image-transform-url' } ,
73+ { icon : 'x' , link : 'https://x.com/julian_center' } ,
74+ {
75+ icon : {
76+ svg : '<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20"/></g></svg>'
77+ } ,
78+ link : 'https://julian.center'
79+ }
7380 ] ,
7481
7582 footer : {
7683 message : 'Released under the MIT License.' ,
77- copyright : 'Copyright © 2025-present Julian Schramm'
84+ copyright : 'Copyright © 2025-present <a href="https://julian.center"> Julian Schramm</a> '
7885 } ,
7986
8087 search : {
You can’t perform that action at this time.
0 commit comments