mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
parent
1b8cf1f295
commit
cbd52a6e70
3 changed files with 11 additions and 952 deletions
|
|
@ -12,7 +12,6 @@ import {
|
|||
import { generateImages, generateMeta, generateFeed } from './hooks'
|
||||
import { toggleStarredPlugin } from './markdown/toggleStarred'
|
||||
import { movePlugin, emojiRender, defs } from './markdown/emoji'
|
||||
import { OramaPlugin } from '@orama/plugin-vitepress'
|
||||
|
||||
// @unocss-include
|
||||
|
||||
|
|
@ -56,14 +55,6 @@ export default defineConfig({
|
|||
UnoCSS({
|
||||
configFile: '../unocss.config.ts'
|
||||
}),
|
||||
// @ts-expect-error broken fucking type defs
|
||||
OramaPlugin({
|
||||
analytics: {
|
||||
enabled: true,
|
||||
apiKey: 'nZiDdThSSSQK6tEhakUBp7o3JlXjY13R',
|
||||
indexId: 'xs3kwrwwxr1re7ey43c9g58i'
|
||||
}
|
||||
}),
|
||||
{
|
||||
name: 'custom:adjust-order',
|
||||
configResolved(c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue