Skip to content

Commit

Permalink
Merge pull request #11 from EdamAme-x/EdamAme-x/patch-3404
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
EdamAme-x authored Nov 10, 2023
2 parents 6997e61 + 2b8acf7 commit 5d1eeb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import { defineConfig } from 'astro/config';
import cloudflare from "@astrojs/cloudflare";

import tailwind from "@astrojs/tailwind";
import sitemap from "./scripts/sitemap.gen"

// https://astro.build/config
export default defineConfig({
output: "server",
adapter: cloudflare(),
integrations: [tailwind(), sitemap()],
integrations: [tailwind()],
site: "https://s0u7a.net"
});
34 changes: 0 additions & 34 deletions scripts/sitemap.gen.ts

This file was deleted.

0 comments on commit 5d1eeb6

Please sign in to comment.