Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

دمج بعض تغييرات المستودع الاصلي #194

Merged
merged 29 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
915440c
remove partner
yyx990803 Dec 6, 2023
5063315
bump recommended minimum Node.js version
yyx990803 Dec 6, 2023
c039904
add ui components link
yyx990803 Dec 8, 2023
60dddd7
chore: remove outdated warning for reactive provide (#2601)
TheAlexLichter Dec 11, 2023
02a7269
docs: fix minor grammatical mistake (#2602)
magbello157 Dec 12, 2023
93a81b1
sync with contributor-covenant attribution (#2593)
the-pesar Dec 13, 2023
7634b7d
fix: replace TestingApiSwitcher with VTCodeGroup (#2595)
the-pesar Dec 13, 2023
68cf366
docs: replaces 'Not available' with 'search' (#2604)
kenji-webdev Dec 13, 2023
de01423
Fix terminology and grammar (#2603)
omar-saleem Dec 13, 2023
c9bfacf
use 3.4 beta
yyx990803 Dec 14, 2023
4884e5b
Update docs on usage of external types in defineProps (#2600)
franklin-tina Dec 14, 2023
e731678
docs: fix line break (#2610)
KiritaniAyaka Dec 15, 2023
e0985bb
feat: add vuemastery banner (#2591)
i5dr0id Dec 18, 2023
deb86a1
chore: fix backticks (#2612)
jay-es Dec 18, 2023
5b4cf7a
fix: remove unnecessary paragraph
NataliaTepluhina Dec 18, 2023
513b594
fix: change redirection link (#2614)
i5dr0id Dec 19, 2023
cabb7a2
List transition example fix (#2611)
AloisSeckar Dec 19, 2023
3423b74
feat: add pnpm, yarn and bun support in quick-start (#2605)
the-pesar Dec 19, 2023
5cb3c6b
bump vue
yyx990803 Dec 20, 2023
928e803
update monterail image
yyx990803 Dec 20, 2023
6c75650
fix: Update broken link in accessibility.md (#2618)
megancoyle Dec 21, 2023
ae9df05
chore: use 3.4 rc2
yyx990803 Dec 26, 2023
d2d62ba
Update tauri domain (#2626)
6-78 Dec 26, 2023
c16d7df
bump to 3.4 rc3
yyx990803 Dec 27, 2023
b9f5469
fix: delete meaningless paragraphs (#2632)
heygsc Dec 28, 2023
d1a3e70
unify "See also" links (#2628)
AloisSeckar Dec 28, 2023
c106129
fix: og preview (#2633)
himself65 Dec 28, 2023
86efe4f
Moved the file for improving Arabic language display and changing the…
i74ifa Jan 12, 2025
56e3f12
merge old overrides.css with new
i74ifa Jan 15, 2025
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
Prev Previous commit
Next Next commit
fix: og preview (#2633)
Co-authored-by: Divyansh Singh <[email protected]>
2 people authored and i74ifa committed Jan 12, 2025
commit c106129ce27b364d727118c68759d90ef98292f2
18 changes: 14 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -579,15 +579,25 @@ export default defineConfigWithTheme<ThemeConfig>({

head: [
['meta', { name: 'theme-color', content: '#3c8772' }],
['meta', { name: 'twitter:site', content: '@vuejs' }],
['meta', { name: 'twitter:card', content: 'summary' }],
['meta', { property: 'og:url', content: 'https://vuejs.org/' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:title', content: 'Vue.js' }],
[
'meta',
{
name: 'twitter:image',
property: 'og:description',
content: 'Vue.js - The Progressive JavaScript Framework'
}
],
[
'meta',
{
property: 'og:image',
content: 'https://vuejs.org/images/logo.png'
}
],
['meta', { name: 'twitter:site', content: '@vuejs' }],
['meta', { name: 'twitter:card', content: 'summary' }],
[
'link',
{
@@ -717,7 +727,7 @@ export default defineConfigWithTheme<ThemeConfig>({
markdown: {
config(md) {
md.use(headerPlugin)
// .use(textAdPlugin)
// .use(textAdPlugin)
}
},