Move astrowind integration from src/integration to vendor/integration

This commit is contained in:
prototypa
2024-04-12 15:09:22 -04:00
parent 8acb46446e
commit 1ffca40e5b
7 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import partytown from '@astrojs/partytown';
import icon from 'astro-icon';
import compress from '@playform/compress';
import astrowind from './src/integration';
import astrowind from './vendor/integration';
import { readingTimeRemarkPlugin, responsiveTablesRehypePlugin, lazyImagesRehypePlugin } from './src/utils/frontmatter.mjs';

2
src/env.d.ts vendored
View File

@@ -2,4 +2,4 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite/client" />
/// <reference types="../integration/types.d.ts" />
/// <reference types="../vendor/integration/types.d.ts" />