mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-28 02:16:10 +00:00
3811640756
This commit fixes the style issues introduced in b99142f
according to the output
from Prettier.
Details: None
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
import { defineConfig } from "astro/config";
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({});
|