Spaces:
Running
Running
init
Browse files- package.json +1 -1
- vite.config.js +1 -1
package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"private": true,
|
| 4 |
"version": "0.0.0",
|
| 5 |
"type": "module",
|
| 6 |
-
"homepage": "https://brestok-eu-scrapper-ui.static.hf.space",
|
| 7 |
"scripts": {
|
| 8 |
"dev": "vite",
|
| 9 |
"build": "vite build",
|
|
|
|
| 3 |
"private": true,
|
| 4 |
"version": "0.0.0",
|
| 5 |
"type": "module",
|
| 6 |
+
"homepage": "https://brestok-eu-scrapper-ui.static.hf.space/index.html",
|
| 7 |
"scripts": {
|
| 8 |
"dev": "vite",
|
| 9 |
"build": "vite build",
|
vite.config.js
CHANGED
|
@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react'
|
|
| 3 |
import tailwind from '@tailwindcss/vite'
|
| 4 |
|
| 5 |
export default defineConfig({
|
| 6 |
-
base: 'https://brestok-eu-scrapper-ui.static.hf.space',
|
| 7 |
plugins: [react(), tailwind()],
|
| 8 |
server: {
|
| 9 |
port: 3000,
|
|
|
|
| 3 |
import tailwind from '@tailwindcss/vite'
|
| 4 |
|
| 5 |
export default defineConfig({
|
| 6 |
+
base: 'https://brestok-eu-scrapper-ui.static.hf.space/index.html',
|
| 7 |
plugins: [react(), tailwind()],
|
| 8 |
server: {
|
| 9 |
port: 3000,
|