Skip to content

Commit

Permalink
Fix site location
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed May 1, 2024
1 parent ee8e593 commit 49855c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';

export default defineConfig({
site: 'https://irisshaders.github.io',
base: 'docspage',
site: 'https://shaders.properties',
integrations: [
starlight({
title: 'Iris Docs',
Expand Down

0 comments on commit 49855c7

Please sign in to comment.