mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02: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();
|
|
})();
|