diff --git a/next.config.js b/next.config.js index 32ea49b..82b8a28 100644 --- a/next.config.js +++ b/next.config.js @@ -1,14 +1,14 @@ -module.exports = { - webpack: (config, options) => { - config.module.rules.push( - { - test: /\.(jpe?g|png|jpg|gif|woff|woff2|eot|ttf|svg)(\?[a-z0-9=.]+)?$/, - loader: 'url-loader?limit=100000' - } - ) - return config - }, - env: { - AIRTABLE: "keygkEz5Bp89HsIJt", - }, -} \ No newline at end of file +module.exports = { + webpack: (config, options) => { + config.module.rules.push( + { + test: /\.(jpe?g|png|jpg|gif|woff|woff2|eot|ttf|svg)(\?[a-z0-9=.]+)?$/, + loader: 'url-loader?limit=100000' + } + ) + return config + }, + env: { + AIRTABLE: "keygkEz5Bp89HsIJt", + }, +}