Skip to content

Commit 1277984

Browse files
committed
Move the config file
1 parent 8e6aa0c commit 1277984

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

fleek.config.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

frontend/fleek.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/** @type {import('@fleekxyz/cli').FleekConfig} */
2+
module.exports = {
3+
sites: [
4+
{
5+
slug: 'many-island-colossal',
6+
distDir: './frontend/dist/spa',
7+
},
8+
],
9+
};

0 commit comments

Comments
 (0)