Skip to content

Commit

Permalink
feat: ✨ PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
imkarimkarim committed Dec 20, 2023
1 parent 46280d5 commit 7dd8f03
Show file tree
Hide file tree
Showing 7 changed files with 3,605 additions and 120 deletions.
6 changes: 4 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import { defineConfig } from 'astro/config';

import AstroPWA from '@vite-pwa/astro'
import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
integrations: [tailwind(), AstroPWA({

})],
site: 'https://imkarimkarim.github.io',
base: '/minorient',
});
Loading

0 comments on commit 7dd8f03

Please sign in to comment.