Merge branch 'search-component' of https://github.com/Discours/discoursio-webapp into search-component
This commit is contained in:
commit
67f7c2ebbc
|
@ -5,7 +5,6 @@ import type { CSSOptions, PluginOption } from 'vite'
|
|||
import defaultGenerateScopedName from 'postcss-modules/build/generateScopedName'
|
||||
import { isDev } from './src/utils/config'
|
||||
import { visualizer } from 'rollup-plugin-visualizer'
|
||||
import htmlPurge from 'vite-plugin-html-purgecss'
|
||||
|
||||
const PATH_PREFIX = '/src/'
|
||||
|
||||
|
@ -37,7 +36,6 @@ const astroConfig: AstroUserConfig = {
|
|||
output: 'server',
|
||||
adapter: vercel(),
|
||||
vite: {
|
||||
plugins: [htmlPurge() as PluginOption],
|
||||
build: {
|
||||
chunkSizeWarningLimit: 777,
|
||||
rollupOptions: {
|
||||
|
|
10944
pnpm-lock.yaml
10944
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -8,8 +8,6 @@ export default gql`
|
|||
body
|
||||
slug
|
||||
pic
|
||||
parents
|
||||
children
|
||||
# community
|
||||
stat {
|
||||
_id: shouts
|
||||
|
|
|
@ -7,8 +7,6 @@ export default gql`
|
|||
body
|
||||
slug
|
||||
pic
|
||||
parents
|
||||
children
|
||||
# community
|
||||
stat {
|
||||
_id: shouts
|
||||
|
|
|
@ -7,8 +7,6 @@ export default gql`
|
|||
body
|
||||
slug
|
||||
pic
|
||||
parents
|
||||
children
|
||||
# community
|
||||
stat {
|
||||
_id: shouts
|
||||
|
|
|
@ -8,8 +8,6 @@ export default gql`
|
|||
body
|
||||
slug
|
||||
pic
|
||||
parents
|
||||
children
|
||||
# community
|
||||
stat {
|
||||
_id: shouts
|
||||
|
|
Loading…
Reference in New Issue
Block a user