mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 15:28:39 +01:00
Compare commits
5 Commits
master
...
b476033a97
| Author | SHA1 | Date | |
|---|---|---|---|
| b476033a97 | |||
| 197c15619e | |||
| 0f02b8609a | |||
| d18b9094d5 | |||
| b3980a2741 |
2
.github/workflows/cloudflare.yml
vendored
2
.github/workflows/cloudflare.yml
vendored
@@ -49,9 +49,11 @@ jobs:
|
|||||||
id: target
|
id: target
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.ref_name }}" = "main" ] || [ "${{ github.ref_name }}" = "master" ]; then
|
if [ "${{ github.ref_name }}" = "main" ] || [ "${{ github.ref_name }}" = "master" ]; then
|
||||||
|
# Production : Aucun flag, on utilise la config racine par défaut
|
||||||
echo "env_flag=" >> $GITHUB_OUTPUT
|
echo "env_flag=" >> $GITHUB_OUTPUT
|
||||||
echo "env_name=Production" >> $GITHUB_OUTPUT
|
echo "env_name=Production" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
|
# Preview : On surcharge avec l'environnement preview
|
||||||
echo "env_flag=--env preview" >> $GITHUB_OUTPUT
|
echo "env_flag=--env preview" >> $GITHUB_OUTPUT
|
||||||
echo "env_name=Preview" >> $GITHUB_OUTPUT
|
echo "env_name=Preview" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ useSeoMeta({
|
|||||||
<main class="min-h-[60vh] flex flex-col items-center justify-center p-4">
|
<main class="min-h-[60vh] flex flex-col items-center justify-center p-4">
|
||||||
<div class="max-w-2xl text-center space-y-8">
|
<div class="max-w-2xl text-center space-y-8">
|
||||||
<h1 class="p-2 text-4xl md:text-6xl font-bold bg-linear-to-r from-inverted/40 to-inverted/75 to-70% bg-clip-text text-transparent duration-200 my-12 md:my-24">
|
<h1 class="p-2 text-4xl md:text-6xl font-bold bg-linear-to-r from-inverted/40 to-inverted/75 to-70% bg-clip-text text-transparent duration-200 my-12 md:my-24">
|
||||||
Coming Soon...
|
Coming Soon... Very soon...
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p class="text-lg md:text-xl text-neutral-600 dark:text-neutral-400 leading-relaxed">
|
<p class="text-lg md:text-xl text-neutral-600 dark:text-neutral-400 leading-relaxed">
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
nitro: {
|
nitro: {
|
||||||
preset: 'cloudflare_module',
|
preset: 'cloudflare_module',
|
||||||
|
|
||||||
experimental: {
|
experimental: {
|
||||||
openAPI: true
|
openAPI: true
|
||||||
},
|
},
|
||||||
|
|||||||
5
worker-configuration.d.ts
vendored
5
worker-configuration.d.ts
vendored
@@ -1,10 +1,7 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
// Generated by Wrangler by running `wrangler types` (hash: 8c48032b4b2801cdbac6e8dbc9d26203)
|
// Generated by Wrangler by running `wrangler types` (hash: 373e9a05bf207b93549ab53665d07e4b)
|
||||||
// Runtime types generated with workerd@1.20251210.0 2025-12-13 nodejs_compat
|
// Runtime types generated with workerd@1.20251210.0 2025-12-13 nodejs_compat
|
||||||
declare namespace Cloudflare {
|
declare namespace Cloudflare {
|
||||||
interface GlobalProps {
|
|
||||||
mainModule: typeof import("./.output/server/index");
|
|
||||||
}
|
|
||||||
interface Env {
|
interface Env {
|
||||||
CACHE: KVNamespace;
|
CACHE: KVNamespace;
|
||||||
STUDIO_GITHUB_CLIENT_ID: string;
|
STUDIO_GITHUB_CLIENT_ID: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user