Skip to content

Commit

Permalink
move to vanilla JS
Browse files Browse the repository at this point in the history
  • Loading branch information
0xean committed Oct 18, 2023
1 parent c6ff58a commit 032e9aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fleek.config.ts → fleek.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { FleekConfig } from '@fleekxyz/cli';

export default {
/** @type {import('@fleekxyz/cli').FleekConfig} */
module.exports = {
"sites": [
{
"slug": "square-caravan-big",
"distDir": "build"
}
]
} satisfies FleekConfig;
};

0 comments on commit 032e9aa

Please sign in to comment.