Skip to content

Commit

Permalink
fix(config): remove forgotten unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh committed Jan 24, 2025
1 parent c638fd6 commit bedc5c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import {defineConfig} from 'astro/config';
import starlight from '@astrojs/starlight';

import relativeLinks from 'astro-relative-links';

// https://astro.build/config
export default defineConfig({
site: 'https://jobtrek.github.io/', // TODO: Change to your github url
Expand Down

0 comments on commit bedc5c8

Please sign in to comment.