Skip to content

Commit

Permalink
Move the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Apr 24, 2024
1 parent 8e6aa0c commit 1277984
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fleek.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions frontend/fleek.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/** @type {import('@fleekxyz/cli').FleekConfig} */
module.exports = {
sites: [
{
slug: 'many-island-colossal',
distDir: './frontend/dist/spa',
},
],
};

0 comments on commit 1277984

Please sign in to comment.