update
This commit is contained in:
parent
a914fe34e9
commit
9be7131d92
3
reader/dist/index.html
vendored
3
reader/dist/index.html
vendored
@ -1,10 +1,9 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="bg">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0" />-->
|
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<title>Конспект</title>
|
<title>Конспект</title>
|
||||||
|
|||||||
@ -1,10 +1,9 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="bg">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0" />-->
|
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<title>Конспект</title>
|
<title>Конспект</title>
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
|
import "./index.css";
|
||||||
|
|
||||||
import { StrictMode, useLayoutEffect, useRef, useState, useEffect, useMemo } from "react";
|
import { StrictMode, useLayoutEffect, useRef, useState, useEffect, useMemo } from "react";
|
||||||
import { createRoot } from "react-dom/client";
|
import { createRoot } from "react-dom/client";
|
||||||
import { useParams, Navigate, BrowserRouter, Link, Outlet, Route, Routes } from "react-router";
|
import { useParams, Navigate, BrowserRouter, Link, Outlet, Route, Routes } from "react-router";
|
||||||
import "./index.css";
|
|
||||||
import { useShallow } from "zustand/shallow";
|
import { useShallow } from "zustand/shallow";
|
||||||
import { marked } from "marked";
|
import { marked } from "marked";
|
||||||
import { useStore } from "./store.js";
|
import { useStore } from "./store.js";
|
||||||
|
|||||||
@ -6,11 +6,6 @@ import tailwindcss from "@tailwindcss/vite";
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react(), tailwindcss()],
|
plugins: [react(), tailwindcss()],
|
||||||
server: {
|
server: {
|
||||||
allowedHosts: [
|
allowedHosts: ["personal.orb.local"],
|
||||||
"personal.orb.local",
|
|
||||||
"b8b0-88-18-106-198.ngrok-free.app",
|
|
||||||
"1bea-88-18-106-198.ngrok-free.app",
|
|
||||||
"42b7-88-18-106-198.ngrok-free.app",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user