Skip to content

Commit 346376c

Browse files
committed
Update Twitter link in astro.config.mjs and add blank line in astro.yml
1 parent fcde5c9 commit 346376c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
1010

11+
1112
# Allow this job to clone the repo and create a page deployment
1213
permissions:
1314
contents: read

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
social: [
1616
{ icon: 'github', label: 'GitHub', href: 'https://github.com/browsersec' },
1717
{ icon: 'discord', label: 'Discord', href: 'https://discord.gg/FEGZkmjs' },
18-
{ icon: 'twitter', label: 'Twitter', href: 'https://twitter.com/browsersec' },
18+
{ icon: 'twitter', label: 'Twitter', href: 'https://twitter.com/browsersec_org' },
1919
],
2020
sidebar: [
2121
{

0 commit comments

Comments
 (0)