Skip to content

Commit bd1ad9c

Browse files
committed
chore: meta updates
1 parent 5ba78d5 commit bd1ad9c

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

docs/.vitepress/config.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const analyticsHead: HeadConfig[] = [
1818

1919
const nav = [
2020
{ text: 'News', link: 'https://stacksjs.org/news' },
21-
{ text: 'Changelog', link: 'https://github.com/stacksjs/vite-plugin-dotenvx/releases' },
21+
{ text: 'Changelog', link: 'https://github.com/stacksjs/bun-plugin-dotenvx/releases' },
2222
{
2323
text: 'Resources',
2424
items: [
@@ -30,7 +30,7 @@ const nav = [
3030
{
3131
items: [
3232
{ text: 'Awesome Stacks', link: 'https://github.com/stacksjs/awesome-stacks' },
33-
{ text: 'Contributing', link: 'https://github.com/stacksjs/vite-plugin-dotenvx/blob/main/.github/CONTRIBUTING.md' },
33+
{ text: 'Contributing', link: 'https://github.com/stacksjs/bun-plugin-dotenvx/blob/main/.github/CONTRIBUTING.md' },
3434
],
3535
},
3636
],
@@ -63,8 +63,8 @@ const sidebar = [
6363
export default withPwa(
6464
defineConfig({
6565
lang: 'en-US',
66-
title: 'vite-plugin-dotenvx',
67-
description: 'A Vite plugin to seamlessly integrate with dotenvx.',
66+
title: 'bun-plugin-dotenvx',
67+
description: 'A Bun plugin to seamlessly integrate with dotenvx.',
6868
cleanUrls: true,
6969
lastUpdated: true,
7070
metaChunk: true,
@@ -74,21 +74,21 @@ export default withPwa(
7474
['link', { rel: 'icon', type: 'image/png', href: './images/logo.png' }],
7575
// meta info
7676
['meta', { name: 'theme-color', content: '#0A0ABC' }],
77-
['meta', { name: 'title', content: 'vite-plugin-dotenvx | A Vite plugin to seamlessly integrate with dotenvx.' }],
78-
['meta', { name: 'description', content: 'A Vite plugin to seamlessly integrate with dotenvx.' }],
77+
['meta', { name: 'title', content: 'bun-plugin-dotenvx | A Bun plugin to seamlessly integrate with dotenvx.' }],
78+
['meta', { name: 'description', content: 'A Bun plugin to seamlessly integrate with dotenvx.' }],
7979
['meta', { name: 'author', content: 'Stacks.js, Inc.' }],
8080
['meta', { name: 'tags', content: 'vite, vite-plugin, dotenvx, dotenv, environment, variables, development, lightweight' }],
8181
// open graph
8282
['meta', { property: 'og:type', content: 'website' }],
8383
['meta', { property: 'og:locale', content: 'en' }],
84-
['meta', { property: 'og:title', content: 'vite-plugin-dotenvx | A Vite plugin to seamlessly integrate with dotenvx.' }],
85-
['meta', { property: 'og:site_name', content: 'vite-plugin-dotenvx' }],
84+
['meta', { property: 'og:title', content: 'bun-plugin-dotenvx | A Bun plugin to seamlessly integrate with dotenvx.' }],
85+
['meta', { property: 'og:site_name', content: 'bun-plugin-dotenvx' }],
8686
['meta', { property: 'og:image', content: '/images/og-image.png' }],
8787
['meta', {
8888
property: 'og:description',
89-
content: 'A Vite plugin to seamlessly integrate with dotenvx.',
89+
content: 'A Bun plugin to seamlessly integrate with dotenvx.',
9090
}],
91-
['meta', { property: 'og:url', content: 'https://vite-plugin-dotenvx.netlify.app/' }],
91+
['meta', { property: 'og:url', content: 'https://bun-plugin-dotenvx.netlify.app/' }],
9292
...analyticsHead,
9393
],
9494

@@ -105,7 +105,7 @@ export default withPwa(
105105
sidebar,
106106

107107
editLink: {
108-
pattern: 'https://github.com/stacksjs/stacks/edit/main/docs/docs/:path',
108+
pattern: 'https://github.com/stacksjs/bun-plugin-dotenvx/edit/main/docs/:path',
109109
text: 'Edit this page on GitHub',
110110
},
111111

@@ -116,8 +116,8 @@ export default withPwa(
116116

117117
socialLinks: [
118118
{ icon: 'twitter', link: 'https://twitter.com/stacksjs' },
119-
{ icon: 'bluesky', link: 'https://bsky.app/profile/chrisbreuer.dev' },
120-
{ icon: 'github', link: 'https://github.com/stacksjs/vite-plugin-dotenvx' },
119+
{ icon: 'bluesky', link: 'https://bsky.app/profile/chris-breuer.me' },
120+
{ icon: 'github', link: 'https://github.com/stacksjs/bun-plugin-dotenvx' },
121121
{ icon: 'discord', link: 'https://discord.gg/stacksjs' },
122122
],
123123

docs/showcase.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Showcase
22

3-
Here are all the cool projects that people have built using `vite-plugin-dotenvx`.
3+
Here are all the cool projects that people have built using `bun-plugin-dotenvx`.
44

55
## Community Projects
66

@@ -10,7 +10,7 @@ If you authored a project you’d like to showcase, please share it with us in a
1010

1111
## First-Party
1212

13-
The whole Stacks ecosystem is built using `vite-plugin-dotenvx`. Here are some of the projects utilizing it:
13+
The whole Stacks ecosystem is built using `bun-plugin-dotenvx`. Here are some of the projects utilizing it:
1414

1515
- [`stacks`](https://github.com/stacksjs/stacks) _(Progressive full-stack framework for Web Artisans. Develop modern apps, clouds & framework-agnostic libraries—faster.)_
1616

0 commit comments

Comments
 (0)