Fix integration name
This commit is contained in:
8
vendor/integration/index.mjs
vendored
8
vendor/integration/index.mjs
vendored
@@ -4,10 +4,10 @@ import os from 'node:os';
|
||||
import configBuilder from './utils/configBuilder';
|
||||
import loadConfig from './utils/loadConfig';
|
||||
|
||||
const tasksIntegration = ({ config: _themeConfig = 'src/config.yaml' } = {}) => {
|
||||
export default ({ config: _themeConfig = 'src/config.yaml' } = {}) => {
|
||||
let cfg;
|
||||
return {
|
||||
name: 'AstroWind:tasks',
|
||||
name: 'astrowind-integration',
|
||||
|
||||
hooks: {
|
||||
'astro:config:setup': async ({
|
||||
@@ -111,6 +111,4 @@ const tasksIntegration = ({ config: _themeConfig = 'src/config.yaml' } = {}) =>
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
export default tasksIntegration;
|
||||
};
|
Reference in New Issue
Block a user