9 lines
273 B
JavaScript
9 lines
273 B
JavaScript
export const freeSewingConfig = {
|
|
algolia: {
|
|
app: 'MA0Y5A2PF0', // Application ID
|
|
index: 'canary_freesewing.dev',
|
|
key: '589c7a7e4d9c95a4f12868581259bf3a', // Search-only API key
|
|
},
|
|
monorepo: 'https://github.com/freesewing/freesewing',
|
|
maxWidth: 2800,
|
|
}
|