mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
chore(cd): added deploy on cloudflare pages
This commit is contained in:
parent
f8b5cbfd87
commit
161b9e6bca
48 changed files with 4066 additions and 813 deletions
|
@ -8,6 +8,7 @@ import {
|
|||
} from 'unocss';
|
||||
import presetAnimations from 'unocss-preset-animations';
|
||||
import { toolDefinitions } from './src/modules/tools/tools.registry';
|
||||
import { socialLinks } from './src/modules/ui/layouts/app.layouts.constants';
|
||||
|
||||
export default defineConfig({
|
||||
presets: [
|
||||
|
@ -111,5 +112,9 @@ export default defineConfig({
|
|||
},
|
||||
safelist: [
|
||||
...toolDefinitions.map(tool => tool.icon),
|
||||
...socialLinks.map(({ icon }) => icon),
|
||||
],
|
||||
shortcuts: {
|
||||
'i-logo': 'i-tabler-terminal',
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue