Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed May 16, 2024
1 parent f371e31 commit 23ba6b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight';

// https://astro.build/config
export default defineConfig({
site: "https://dusa.rocks",
site: 'https://dusa.rocks',
locale: 'https://google.com/',
integrations: [
starlight({
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<meta charset="UTF-8" />
<title>Dusa Interpreter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Learn Datalog, and more, today! Try out the Dusa logic programming language right now in your browser." />
<meta
name="description"
content="Learn Datalog, and more, today! Try out the Dusa logic programming language right now in your browser."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down

0 comments on commit 23ba6b9

Please sign in to comment.