Merge branch 'main' of https://gitlab.com/midblep/trick-the-fox
commit
fed78fc93f
@ -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",
|
||||
},
|
||||
}
|
||||
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",
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in new issue