diff --git a/.github/Image/tailwindcss-logotype-white.svg b/.github/Image/tailwindcss-logotype-white.svg new file mode 100644 index 000000000..3565dc2e0 --- /dev/null +++ b/.github/Image/tailwindcss-logotype-white.svg @@ -0,0 +1,8 @@ + + + + diff --git a/.github/Image/tailwindcss-logotype.svg b/.github/Image/tailwindcss-logotype.svg new file mode 100644 index 000000000..ec35a24b7 --- /dev/null +++ b/.github/Image/tailwindcss-logotype.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/README.md b/README.md index 48efcf321..37834747d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # [AstroStarterTemplate] 📄 -Starter template for AstroJS. +A simple skeleton with TailwindCSS, PostCSS. + + + + + +
+ + + + Astro + +
[AstroStarterTemplate]: https://npmjs.org/astro-starter-template diff --git a/astro.config.ts b/astro.config.ts index 360ba80ec..8fcbfb630 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -5,9 +5,6 @@ export default (await import("astro/config")).defineConfig({ // TODO Place your site URL here // site: "", compressHTML: true, - experimental: { - devOverlay: true, - }, integrations: [ import.meta.env.MODE === "production" ? (await import("astrojs-service-worker")).default() diff --git a/package.json b/package.json index 8ae1679af..e9e0620b9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "description": "📄 Starter template for AstroJS.", "keywords": [ "astro", - "starter" + "starter", + "skeleton" ], "homepage": "https://github.com/Playform/AstroStarterTemplate#readme", "bugs": {