Skip to content

Commit

Permalink
Merge branch 'main' into url-update
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored Oct 4, 2024
2 parents 2fcac41 + 56eb869 commit ddb1a10
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 17 deletions.
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
2 changes: 1 addition & 1 deletion docs/.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://vite.dev/og-image.png',
favicon: 'https://vite.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 docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,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
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import logoRemix from './images/remix.svg'
import logoSvelte from './images/svelte.svg'
import logoLaravel from './images/laravel.svg'
import logoEmber from './images/ember.svg'
import logoPreact from './images/preact.svg'
/**
* The frameworks and tools to display in this section.
Expand Down Expand Up @@ -71,6 +72,13 @@ const frameworks: Framework[] = [
url: 'https://svelte.dev/',
visible: ref(false),
},
{
name: 'Preact',
logo: logoPreact,
color: '#673ab8',
url: 'https://preactjs.com/',
visible: ref(false),
},
{
name: 'Astro',
logo: logoAstro,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/create-vite/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ create-vite is released under the MIT license:

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
2 changes: 1 addition & 1 deletion packages/plugin-legacy/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
2 changes: 1 addition & 1 deletion packages/vite/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Vite is released under the MIT license:

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

0 comments on commit ddb1a10

Please sign in to comment.