This commit is contained in:
Julien Calixte
2022-02-27 17:01:45 +01:00
parent d469314fc0
commit 632409b71a
23 changed files with 328 additions and 101 deletions

View File

@@ -1,3 +1,5 @@
import { defineConfig } from 'iles'
import { defineConfig } from "iles";
export default defineConfig({})
export default defineConfig({
modules: ["@islands/headings"],
});