Skip to content

Commit

Permalink
Remove last traces of Svelte.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 23, 2024
1 parent 8c61303 commit c15e59f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { resolve } from "node:path";
import starlight from "@astrojs/starlight";
import svelte from "@astrojs/svelte";
import tailwind from "@astrojs/tailwind";
import { shield } from "@kindspells/astro-shield";
import { defineConfig, squooshImageService } from "astro/config";
Expand Down Expand Up @@ -85,7 +84,6 @@ export default defineConfig({
},
],
}),
svelte(),
tailwind({
applyBaseStyles: false,
}),
Expand Down
5 changes: 0 additions & 5 deletions svelte.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const gray = {

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,ts,tsx,vue}"],
corePlugins: {
preflight: false,
},
Expand Down

0 comments on commit c15e59f

Please sign in to comment.