Move astrowind integration from src/integration to vendor/integration
This commit is contained in:
@@ -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
2
src/env.d.ts
vendored
@@ -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" />
|
||||
|
Reference in New Issue
Block a user