Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
remove github pages action
  • Loading branch information
roneli committed Mar 6, 2024
1 parent 5856329 commit b984c71
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 41 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/deploy.yml

This file was deleted.

17 changes: 16 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
import {defineConfig} from 'astro/config';
import starlight from '@astrojs/starlight';
<<<<<<< Updated upstream

// https://astro.build/config
export default defineConfig({
=======
// Also can be @astrojs/vercel/static
import vercel from '@astrojs/vercel/static';

// https://astro.build/config
export default defineConfig({
output: 'static',
adapter: vercel({
webAnalytics: {
enabled: true,
},
maxDuration: 8,
}),
>>>>>>> Stashed changes
site: 'https://fastgql.com',
base: "/docs",
base: "/",
integrations: [
starlight({
title: '',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/logo_dark.svg
actions:
- text: Get Started
link: /fastgql/start/setup/
link: /start/setup/
icon: right-arrow
variant: primary
- text: Read the Starlight docs
Expand Down

0 comments on commit b984c71

Please sign in to comment.