We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967d18a commit 528ca01Copy full SHA for 528ca01
1 file changed
src/layouts/Layout.astro
@@ -15,7 +15,7 @@ const { title, description, image, url } = Astro.props;
15
---
16
17
<!doctype html>
18
-<html lang="en">
+<html lang="es">
19
<head>
20
<meta charset="UTF-8" />
21
<meta name="description" content={description} />
0 commit comments