File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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 @@ -163,8 +163,7 @@ export default defineConfig({
163163
164164 footer : {
165165 message : `Released under the MIT License. (${ commitRef } )` ,
166- copyright :
167- 'Copyright © 2019-present Yuxi (Evan) You & Vite Contributors' ,
166+ copyright : 'Copyright © 2019-present VoidZero Inc. & Vite Contributors' ,
168167 } ,
169168
170169 nav : [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ create-vite is released under the MIT license:
33
44MIT License
55
6- Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
6+ Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
77
88Permission is hereby granted, free of charge, to any person obtaining a copy
99of this software and associated documentation files (the "Software"), to deal
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Vite is released under the MIT license:
33
44MIT License
55
6- Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
6+ Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
77
88Permission is hereby granted, free of charge, to any person obtaining a copy
99of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments