mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
7 lines
183 B
JavaScript
7 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();
|
|
})();
|