Skip to content

Commit

Permalink
Merge pull request #54 from wrideveloper/feat/deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
elianiva authored Jul 18, 2023
2 parents 6067d13 + 5bf6c03 commit 7b3a12f
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 241 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import Icons from "unplugin-icons/vite";

import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
experimental: {
assets: true,
},
output: "server",
output: "static",
integrations: [tailwind(), svelte()],
vite: {
plugins: [
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"@astrojs/tailwind": "^4.0.0",
"@fontsource/inter": "^5.0.3",
"@fontsource/urbanist": "^5.0.3",
"astro": "^2.7.2",
"astro": "^2.8.3",
"astro-seo": "^0.7.4",
"sharp": "^0.32.1",
"svelte": "^4.0.0",
"swiper": "^9.4.1",
"tailwindcss": "^3.0.24",
Expand Down
Loading

0 comments on commit 7b3a12f

Please sign in to comment.