Skip to content

Commit

Permalink
style: format code with Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in f4b3653 according to the output
from Prettier.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Nov 7, 2023
1 parent f4b3653 commit e09b5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import vue from "@astrojs/vue";

// https://astro.build/config
export default defineConfig({
site: 'https://dog-face-development.github.io',
site: "https://dog-face-development.github.io",
integrations: [
// Enable Preact to support Preact JSX components.
vue(),
Expand Down

0 comments on commit e09b5db

Please sign in to comment.