Docs: Front page Images added
QueryBuilder & useQuery onData, onError not working bugfix
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
// @ts-check
|
||||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
|
||||
|
||||
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
||||
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'Fl-Query',
|
||||
tagline: 'Asynchronous data caching, refetching & invalidation library for Flutter',
|
||||
tagline: 'Async data manager for Flutter',
|
||||
url: 'https://flquery.com',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
|
||||
Reference in New Issue
Block a user