mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-05-12 21:20:37 +01:00
Merge branch 'main' into improvments
This commit is contained in:
commit
a834a91725
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import { parse } from 'smol-toml'
|
|||
import { readFile } from 'node:fs/promises'
|
||||
import pluginsToml from '../../../content/plugins.toml?raw'
|
||||
|
||||
/** Get the plugins of the `content/plugins/` directory */
|
||||
async function getPlugins() {
|
||||
const plugins = parse(pluginsToml).plugins.sort(
|
||||
(a, b) =>
|
||||
|
|
Loading…
Reference in a new issue