// Full Astro Configuration API Documentation: // https://docs.astro.build/reference/configuration-reference // @type-check enabled! // VSCode and other TypeScript-enabled text editors will provide auto-completion, // helpful tooltips, and warnings if your exported object is invalid. // You can disable this by removing "@ts-check" and `@type` comments below. // @ts-check export default /** @type {import('astro').AstroUserConfig} */ ({ // Enable the Svelte renderer to support Svelte components. renderers: ['@astrojs/renderer-svelte'], }); >
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26CoC: Add Specific E-Mail AddressGravatar Axel Huebl 1-1/+1
2019-11-26Removed the blank lines between the nLevels declarations and the for loops. M...Gravatar levinem 3-9/+3
2019-11-26Correct 2D calculation of BGravatar Remi Lehe 1-4/+2
2019-11-25Add name instead of just an email address as POCGravatar MaxThevenet 1-1/+1