Skip to content
Snippets Groups Projects
Commit 2f02c8cf authored by Jean-Clement Gallardo's avatar Jean-Clement Gallardo
Browse files

Fix config features -> have to be in public folder

parent 3127847b
No related branches found
Tags 0.1.2
No related merge requests found
Pipeline #288326 passed
File moved
......@@ -2,7 +2,7 @@ import { headerButtonList } from "@/kits/HeaderButton";
import { listItems } from "@/kits/HeaderDropDownItem";
export async function initConfig() {
const configFile = await getContentFromURL('@/../features.config.json');
const configFile = await getContentFromURL('./features.config.json');
const config = JSON.parse(configFile);
const listButtons = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment