Add Effect v4 support, Fast Refresh tooling, and revamped docs #56
@@ -5,7 +5,7 @@ import { themes as prismThemes } from "prism-react-renderer"
|
||||
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
|
||||
|
||||
const config: Config = {
|
||||
title: "effect-fc",
|
||||
title: "Effect View",
|
||||
tagline: "Write React function components with Effect",
|
||||
favicon: "img/favicon.ico",
|
||||
|
||||
@@ -68,7 +68,7 @@ const config: Config = {
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
navbar: {
|
||||
title: "effect-fc",
|
||||
title: "Effect View",
|
||||
logo: {
|
||||
alt: "Effect View logo",
|
||||
src: "img/logo.svg",
|
||||
|
||||
Reference in New Issue
Block a user