mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: workspace avatar url won't update (#1817)
This commit is contained in:
@@ -10,6 +10,8 @@ import preset from './preset.config.mjs';
|
||||
import { getCommitHash, getGitVersion } from './scripts/gitInfo.mjs';
|
||||
|
||||
const require = createRequire(import.meta.url);
|
||||
const { createVanillaExtractPlugin } = require('@vanilla-extract/next-plugin');
|
||||
const withVanillaExtract = createVanillaExtractPlugin();
|
||||
|
||||
console.info('Runtime Preset', preset);
|
||||
|
||||
@@ -189,4 +191,4 @@ if (process.env.PERFSEE_TOKEN) {
|
||||
);
|
||||
}
|
||||
|
||||
export default config;
|
||||
export default withVanillaExtract(config);
|
||||
|
||||
Reference in New Issue
Block a user