Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Nov 18, 2023
1 parent 6f3f36e commit 6932b92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
3 changes: 1 addition & 2 deletions src/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import sitemap from "@astrojs/sitemap";
import react from "@astrojs/react";

export default defineConfig({
integrations: [tailwind(), sitemap(), react()],
integrations: [tailwind(), sitemap()],
site: "https://jspce.ame-x.net", // 暫定
});
5 changes: 1 addition & 4 deletions src/src/layout/Header/Header.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
import { Switcher } from "./SwitchLiteDark.tsx";
---
<header>
<header class="bg-white dark:bg-gray-800">
header
<Switcher client:load />
</header>
27 changes: 0 additions & 27 deletions src/src/layout/Header/SwitchLiteDark.tsx

This file was deleted.

0 comments on commit 6932b92

Please sign in to comment.