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 e0626e5 commit 05d3268
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 43 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/deploy.yml

This file was deleted.

12 changes: 9 additions & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,19 +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/serverless';
import vercel from '@astrojs/vercel/static';

// https://astro.build/config
export default defineConfig({
output: 'server',
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 05d3268

Please sign in to comment.