diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index a281910..0000000 --- a/.prettierignore +++ /dev/null @@ -1,4 +0,0 @@ -src/slides/2-representation-of-colors/RepresentationOfColors.astro -src/slides/3-color-space-for-humans/ColorSpaceForHumans.astro -src/slides/2-representation-of-colors/cie-rgb/CIERGB.astro -src/slides/2-representation-of-colors/cie-xyz/CIEXYZ.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 319ca68..00e91f4 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -18,7 +18,6 @@ const { title } = Astro.props;