Skip to content

Commit

Permalink
Set static render
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxovaiko committed Oct 25, 2024
1 parent 0a1b200 commit 3eb44fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
output: 'static',
integrations: [
starlight({
title: 'uniforms',
Expand Down
1 change: 1 addition & 0 deletions packages/docs/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference path="../.astro/types.d.ts" />
import '../.astro/types.d.ts';
/// <reference types="astro/client" />

0 comments on commit 3eb44fc

Please sign in to comment.