Skip to content

Commit

Permalink
Remove netlify from astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold-Anderson committed Jul 3, 2024
1 parent 640494a commit cebd47f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import icon from 'astro-icon';
import compress from '@playform/compress';
import astrowind from './vendor/integration';
import { readingTimeRemarkPlugin, responsiveTablesRehypePlugin, lazyImagesRehypePlugin } from './src/utils/frontmatter.mjs';
import netlify from "@astrojs/netlify";
import node from "@astrojs/node";
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const hasExternalScripts = false;
Expand Down

0 comments on commit cebd47f

Please sign in to comment.