File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const buildEnd = async (config: SiteConfig): Promise<void> => {
1616 language : 'en' ,
1717 image : 'https://vitejs.dev/og-image.png' ,
1818 favicon : 'https://vitejs.dev/logo.svg' ,
19- copyright : 'Copyright © 2019-present Evan You & Vite Contributors' ,
19+ copyright : 'Copyright © 2019-present VoidZero Inc. & Vite Contributors' ,
2020 } )
2121
2222 const posts = await createContentLoader ( 'blog/*.md' , {
Original file line number Diff line number Diff line change @@ -170,8 +170,7 @@ export default defineConfig({
170170
171171 footer : {
172172 message : `Released under the MIT License. (${ commitRef } )` ,
173- copyright :
174- 'Copyright © 2019-present Yuxi (Evan) You & Vite Contributors' ,
173+ copyright : 'Copyright © 2019-present VoidZero Inc. & Vite Contributors' ,
175174 } ,
176175
177176 nav : [
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
3+ Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments