web/_javascript/post.js
Cotes Chung 83625644ea
refactor(core): remove GA page views report (#1071)
- Google Analytics superProxy has been archived and is no longer maintained.
- Google Analytics UA end of life.

See also: https://support.google.com/analytics/answer/11583528?hl=en
2023-06-04 10:56:31 +08:00

17 lines
281 B
JavaScript

import { basic, initSidebar, initTopbar } from './modules/layouts';
import {
imgLazy,
imgPopup,
initLocaleDatetime,
initClipboard,
toc
} from './modules/plugins';
basic();
initSidebar();
initTopbar();
imgLazy();
imgPopup();
initLocaleDatetime();
initClipboard();
toc();