mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 03:31:47 -05:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
|
// @ts-check
|
||
|
import { defineConfig } from 'astro/config';
|
||
|
|
||
|
// https://astro.build/config
|
||
|
export default defineConfig({});
|