We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875b8a8 commit 748ad31Copy full SHA for 748ad31
.github/workflows/build-website.yml
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
+ - docs-upgrade
7
jobs:
8
build:
9
name: Build Astro site
astro.config.mjs
@@ -1,14 +1,12 @@
1
// @ts-check
2
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
-
import sitemap from '@astrojs/sitemap';
import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
10
- site: 'https://allcontributors.org',
11
- base: '/',
+ site: 'https://all-contributors.github.io',
+ base: '/all-contributors',
12
output: 'static',
13
14
redirects: {
@@ -76,4 +74,4 @@ export default defineConfig({
76
74
},
77
75
78
79
-});
+});
0 commit comments