1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: update rollup config and improve image handling in documentation for better compatibility

This commit is contained in:
codecalm
2025-04-19 13:41:24 +02:00
parent 7fbe4b5bc9
commit 9069dcba54
4 changed files with 4 additions and 9 deletions

View File

@@ -15,19 +15,13 @@ const plugins = [
babel({
exclude: 'node_modules/**',
babelHelpers: 'bundled'
})
]
plugins.push(
}),
replace({
'process.env.NODE_ENV': '"production"',
'process.env.DOCSEARCH_APP_ID': process.env.DOCSEARCH_APP_ID,
'process.env.DOCSEARCH_INDEX_NAME': process.env.DOCSEARCH_INDEX_NAME,
'process.env.DOCSEARCH_API_KEY': process.env.DOCSEARCH_API_KEY,
preventAssignment: true
}),
nodeResolve()
)
]
const rollupConfig = {
input: [

View File

@@ -3,7 +3,8 @@ title: Welcome to Tabler Documentation
summary: Tabler Docs provides a comprehensive guide to help you get started with the Tabler ecosystem, including its UI components, plugins, and icons. Explore detailed documentation to understand and leverage the full potential of Tabler in your projects.
---
<ResponsiveImage src="/docs/tabler.png" src-dark="/docs/tabler-dark.png" alt="Tabler" width="816" height="620" class="mb-4" />
<img src="/img/tabler.png" alt="Tabler" class="mb-4 hide-theme-dark border-0" width="816" height="620" />
<img src="/img/tabler-dark.png" alt="Tabler" class="mb-4 hide-theme-light border-0" width="816" height="620" />
Find all the guides and resources you need to develop with Tabler and our other tools. Explore our UI components, icons, illustrations, and email templates to enhance your web development experience. Our tools are designed to be easy to use, customizable, and fully responsive, ensuring that your projects look great on any device.

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

BIN
docs/public/img/tabler.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB