First Commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@import 'tailwindcss';
|
||||
|
||||
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
||||
@source '../../storage/framework/views/*.php';
|
||||
@source '../**/*.blade.php';
|
||||
@source '../**/*.js';
|
||||
|
||||
@theme {
|
||||
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
import './bootstrap';
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import axios from 'axios';
|
||||
window.axios = axios;
|
||||
|
||||
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
||||
@@ -0,0 +1,21 @@
|
||||
base_path: /stoic
|
||||
|
||||
auth:
|
||||
mode: session
|
||||
validate_url: http://nginx/validate
|
||||
cookie: laravel_session
|
||||
|
||||
content_path: /content
|
||||
media_path: /media
|
||||
thumbs_path: /storage/app/public/stoic/
|
||||
repository_path: /repository
|
||||
presets:
|
||||
- code: large
|
||||
mode: resize
|
||||
width: 1200
|
||||
- code: medium
|
||||
mode: resize
|
||||
width: 800
|
||||
- code: small
|
||||
mode: resize
|
||||
width: 420
|
||||
@@ -0,0 +1 @@
|
||||
schemas: []
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user