#Tailwind doesn't work for Github Pages

2 messages · Page 1 of 1 (latest)

pliant ore
#

Tailwind works for npm run build && npm run preview aswellas npm run dev but tailwind styles don't apply on github pages.

astro.config.mjs:

import { defineConfig } from 'astro/config';

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
  integrations: [tailwind()],
  site: 'https://onrirr.github.io',
  base: '/astro-portfolio',
});
worthy cryptBOT
#
No-one around right now?

It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.