Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/buildEnd.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const buildEnd = async (config: SiteConfig): Promise<void> => {
language: 'en',
image: 'https://vitejs.dev/og-image.png',
favicon: 'https://vitejs.dev/logo.svg',
copyright: 'Copyright © 2019-present Evan You & Vite Contributors',
copyright: 'Copyright © 2019-present VoidZero Inc. & Vite Contributors',
})

const posts = await createContentLoader('blog/*.md', {
Expand Down
3 changes: 1 addition & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ export default defineConfig({

footer: {
message: `Released under the MIT License. (${commitRef})`,
copyright:
'Copyright © 2019-present Yuxi (Evan) You & Vite Contributors',
copyright: 'Copyright © 2019-present VoidZero Inc. & Vite Contributors',
},

nav: [
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
Copyright (c) 2019-present, VoidZero Inc. and Vite contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down