Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Aug 16, 2024
1 parent 364a881 commit 521473f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sites/schema/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import admonitionsPlugin from '../../bin/remark-admonitions';
import mermaid from '../../bin/remark-mermaid';
import pipelines_json from './public/pipelines.json';
import { rehypeCheckboxParser } from '../../bin/rehype-checkbox-parser.ts';
import { rehypeHeadingNumbers } from '../../bin/rehype-heading-numbers.ts';
import mdx from '@astrojs/mdx';
Expand All @@ -26,10 +25,6 @@ import remarkDescription from 'astro-remark-description';
import markdownIntegration from '@astropub/md';
import icon from 'astro-icon';

let latestPipelineReleases = {};
pipelines_json.remote_workflows.map(
(pipeline) => (latestPipelineReleases[pipeline.name] = `/${pipeline.name}/${pipeline.releases[0].tag_name}/`),
);
// https://astro.build/config
export default defineConfig({
site: 'http://localhost',
Expand Down

0 comments on commit 521473f

Please sign in to comment.