Skip to content

Commit

Permalink
♻️ Améliorations de code
Browse files Browse the repository at this point in the history
  • Loading branch information
ushu committed Feb 10, 2025
1 parent 0da8928 commit 319d387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/layouts/NewLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Footer from "@components/footer.astro";
import Navbar from "@components/navbar/navbar.astro";
import "@fontsource-variable/inter/index.css";
import Sectionhead from "@components/sectionhead.astro";
import { INVALID, undefined } from "astro:schema";
interface Props {
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
const defaultTheme = require("tailwindcss/defaultTheme");

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

0 comments on commit 319d387

Please sign in to comment.