mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
// For more information, see https://fab.dev/kb/configuration
|
|
{
|
|
plugins: {
|
|
'./src/server/languageRedirect.js': {},
|
|
'@fab/input-static': {
|
|
dir: 'public'
|
|
},
|
|
'@fab/plugin-render-html': {
|
|
fallback: false
|
|
},
|
|
'@fab/plugin-rewire-assets': {}
|
|
// This section defines your build & runtime toolchains. See https://fab.dev/kb/plugins
|
|
},
|
|
settings: {
|
|
// This section defines the variables that are injected, depending on environment.
|
|
// See https://fab.dev/kb/settings for more info.
|
|
production: {
|
|
// This environment is special. These variables get compiled into the FAB itself,
|
|
// allowing for many production-specific optimisations. See https://fab.dev/kb/production
|
|
// Example setting:
|
|
// API_URL: 'https://api.example.com/graphql'
|
|
}
|
|
},
|
|
deploy: {
|
|
// For manual (command-line) deploys, add configuration here.
|
|
// • See https://fab.dev/guides/deploying for more info.
|
|
// However, we recommend automatic deploys (triggered by git push)
|
|
// using a service such as Linc (https://linc.sh)
|
|
// • See https://fab.dev/kb/automatic-deploys for setup instructions.
|
|
}
|
|
}
|