芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/.nvm/versions/node/v12.22.1/lib/node_modules/npm/docs/src/components/scripts.js
import React from 'react' const IS_STATIC = process.env.GATSBY_IS_STATIC const Scripts = () => { // Workaround: Make links work on the static html site if (IS_STATIC) { return ( ) } return null } export default Scripts