style: format codebase
This commit is contained in:
parent
7496556918
commit
b8d3f2d073
@ -1,3 +1,3 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({});
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Astro Deploy</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div>Hello World</div>
|
||||
</main>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Astro Deploy</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div>Hello World</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user