mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Update dependencies (ApexCharts 6, TypeScript 7) and fix build warnings (#2717)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import mdx from '@astrojs/mdx';
|
||||
import { satteri } from '@astrojs/markdown-satteri';
|
||||
import beautify from 'js-beautify';
|
||||
import { execFileSync } from 'node:child_process';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
@@ -75,7 +76,7 @@ export default defineConfig({
|
||||
integrations: [mdx(), prettifyHtml()],
|
||||
markdown: {
|
||||
// markdown-it in Eleventy does not produce typographic quotes — neither do we
|
||||
smartypants: false,
|
||||
processor: satteri({ features: { smartPunctuation: false } }),
|
||||
shikiConfig: {
|
||||
theme: 'github-dark',
|
||||
transformers: [
|
||||
|
||||
Reference in New Issue
Block a user