Skip to content

Commit

Permalink
Merge pull request #662 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
w3bdesign authored Jul 10, 2023
2 parents f96a43f + c663a69 commit c6fbdb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
15 changes: 6 additions & 9 deletions blog/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import { defineConfig } from "astro/config";
import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";

import vercel from "@astrojs/vercel/serverless";

// https://astro.build/config
export default defineConfig({
site: 'https://www.earthdoom.com',
site: "https://www.earthdoom.com",
integrations: [mdx(), sitemap(), tailwind()],
output: "hybrid",
adapter: vercel()
});
output: "static",
});
5 changes: 2 additions & 3 deletions blog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blog",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -14,8 +14,7 @@
"@astrojs/mdx": "^0.19.7",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/vercel": "^3.7.0",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.8.0",
"tailwindcss": "^3.3.2"
},
Expand Down

2 comments on commit c6fbdb3

@vercel
Copy link

@vercel vercel bot commented on c6fbdb3 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c6fbdb3 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.