diff --git a/eslint.config.js b/eslint.config.js index 764f873..9425937 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -91,7 +91,7 @@ export default [ }, rules: { ...astro.configs.recommended.rules, - ...astro.configs["jsx-a11y-recommended"].rules, + ...astro.configs["jsx-a11y-strict"].rules, "no-undef": "off", // TypeScript handles this }, }, diff --git a/src/components/BackToPrev.astro b/src/components/BackToPrev.astro index 5cce7d2..aca2c07 100644 --- a/src/components/BackToPrev.astro +++ b/src/components/BackToPrev.astro @@ -6,10 +6,12 @@ type Props = { const { href } = Astro.props; --- - - +
© 2024 {`|`} {SITE.NAME}
-
+
-
diff --git a/src/components/Link.astro b/src/components/Link.astro index 2014ca2..ab38b56 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -12,7 +12,8 @@ const { href, external, underline = true, ...rest } = Astro.props;
diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index bb8017c..fdb6947 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -22,8 +22,9 @@ const plainTitle = stripMarkdown(title); +
-
+