Merge branch 'relative-paths' into '@fix/zalgo-text'

Add relative paths

See merge request nitro/nitro-react!25
This commit is contained in:
Bill 2022-08-08 03:17:14 +00:00
commit c79a802cd0
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "nitro-react", "name": "nitro-react",
"version": "2.1.0", "version": "2.1.0",
"homepage": ".",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider start", "start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider start",

View File

@ -15,6 +15,7 @@
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<base href="./">
<title>Nitro</title> <title>Nitro</title>
</head> </head>
<body> <body>