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