Fix Website
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-03-01 20:03:04 +01:00
parent bccd5eb5a0
commit de8457fe45
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ import sitemap from "@astrojs/sitemap";
import robotsTxt from "astro-robots-txt"; import robotsTxt from "astro-robots-txt";
import path from "node:path"; import path from "node:path";
import mdx from "@astrojs/mdx"; import mdx from "@astrojs/mdx";
import pagefind from "astro-pagefind";
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
@ -22,7 +21,6 @@ export default defineConfig({
tailwind({ tailwind({
configFile: "./tailwind.config.cjs", configFile: "./tailwind.config.cjs",
}), }),
pagefind(),
configureI18n(), configureI18n(),
sitemap({ sitemap({
i18n: { i18n: {

View File

@ -31,7 +31,7 @@ table {
text-align: center; text-align: center;
tr:nth-child(odd) { tr:nth-child(odd) {
@apply bg-neutral-800; @apply bg-neutral-200 dark:bg-neutral-800;
} }
} }
} }