mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
14d06fc190
* Rewrote API source plugin to prepare for incremental builds. * Changed the font to Nunito. * Improved display of artist names. * Fixed cover images not taking up the available space leading to too much whitespace. * Fixed several margins.
8 lines
291 B
JavaScript
8 lines
291 B
JavaScript
exports.onPreInit = ({ reporter }) => reporter.info("Loaded gatsby-source-animethemes-db");
|
|
|
|
exports.createSchemaCustomization = require("./src/create-schema-customization");
|
|
|
|
exports.sourceNodes = require("./src/source-nodes");
|
|
|
|
exports.createResolvers = require("./src/create-resolvers");
|