11 lines
396 B
JavaScript
11 lines
396 B
JavaScript
// export const ssr = false;
|
|
// export const prerender = true
|
|
// export const prerender = false;
|
|
// export const trailingSlash = 'always'; // 'never' | 'always' | 'ignore'
|
|
|
|
|
|
// import { TESTING } from '$env/static/private';
|
|
// console.log(`Aether Config - TESTING:`, TESTING);
|
|
|
|
// import { PRIVATE_TESTING } from '$env/static/private';
|
|
// console.log(`Aether Config - TESTING:`, PRIVATE_TESTING);
|