investigating other approaches to removing page hash

TODO: look at https://github.com/gatsbyjs/gatsby/issues/19401
This commit is contained in:
2023-03-09 22:58:26 -08:00
parent a3ff9f6cbe
commit 713aa58b77
7 changed files with 76 additions and 27 deletions

View File

@@ -92,6 +92,7 @@
body {
@apply bg-gray-100;
overflow: auto;
/* @apply bg-black; */
/* @apply text-white; */
}