mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
6 lines
183 B
JavaScript
6 lines
183 B
JavaScript
import { initColorScheme } from './alpinejs/stores/index';
|
|
|
|
(function () {
|
|
// This allows us to initialize the color scheme before AlpineJS etc. is loaded.
|
|
initColorScheme();
|
|
})();
|