Merge branch 'main' of https://gitlab.com/midblep/trick-the-fox
commit
fed78fc93f
@ -1,14 +1,14 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
webpack: (config, options) => {
|
webpack: (config, options) => {
|
||||||
config.module.rules.push(
|
config.module.rules.push(
|
||||||
{
|
{
|
||||||
test: /\.(jpe?g|png|jpg|gif|woff|woff2|eot|ttf|svg)(\?[a-z0-9=.]+)?$/,
|
test: /\.(jpe?g|png|jpg|gif|woff|woff2|eot|ttf|svg)(\?[a-z0-9=.]+)?$/,
|
||||||
loader: 'url-loader?limit=100000'
|
loader: 'url-loader?limit=100000'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
return config
|
return config
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
AIRTABLE: "keygkEz5Bp89HsIJt",
|
AIRTABLE: "keygkEz5Bp89HsIJt",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue