Remove variable purging from purgecss
Some checks failed
Build and Deploy Astro Site / deploy (push) Failing after 29s
Some checks failed
Build and Deploy Astro Site / deploy (push) Failing after 29s
This commit is contained in:
42
.idea/workspace.xml
generated
42
.idea/workspace.xml
generated
@@ -4,15 +4,14 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="c41707ed-a751-4a5e-bfaa-7bebd8a58741" name="Changes" comment="Moved objects from (site) to root">
|
||||
<change beforePath="$PROJECT_DIR$/src/app/favicon.ico" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/favicon.ico" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/foundation.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/foundation.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/globals.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/globals.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/layout.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/layout.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/page.module.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/page.module.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/page.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/page.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/the-metatron/[slug]/page.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/(site)/the-metatron/[slug]/page.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/Markdoc/DefinitionList/DefinitionList.module.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Markdoc/DefinitionList/DefinitionList.module.css" afterDir="false" />
|
||||
<list default="true" id="c41707ed-a751-4a5e-bfaa-7bebd8a58741" name="Changes" comment="Fixed overeager purgecss">
|
||||
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/postcss.config.js" beforeDir="false" afterPath="$PROJECT_DIR$/postcss.config.js" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/(admin)/api/keystatic/[...params]/route.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/_admin/api/keystatic/[...params]/route.ts" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/(admin)/keystatic/[[...params]]/page.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/_admin/keystatic/[[...params]]/page.tsx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/(admin)/keystatic/keystatic.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/_admin/keystatic/keystatic.ts" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/app/(admin)/keystatic/layout.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/_admin/keystatic/layout.tsx" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@@ -22,6 +21,9 @@
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProblemsViewState">
|
||||
<option name="selectedTabId" value="CurrentFile" />
|
||||
</component>
|
||||
<component name="ProjectColorInfo">{
|
||||
"associatedIndex": 7
|
||||
}</component>
|
||||
@@ -207,7 +209,23 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1757455425256</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="15" />
|
||||
<task id="LOCAL-00015" summary="Separated admin and site pages">
|
||||
<option name="closed" value="true" />
|
||||
<created>1757456164760</created>
|
||||
<option name="number" value="00015" />
|
||||
<option name="presentableId" value="LOCAL-00015" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1757456164760</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00016" summary="Fixed overeager purgecss">
|
||||
<option name="closed" value="true" />
|
||||
<created>1757456347512</created>
|
||||
<option name="number" value="00016" />
|
||||
<option name="presentableId" value="LOCAL-00016" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1757456347512</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="17" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
@@ -242,7 +260,9 @@
|
||||
<MESSAGE value="Test new deployment strategy v2" />
|
||||
<MESSAGE value="Proper Type Declaration in Renderer" />
|
||||
<MESSAGE value="Moved objects from (site) to root" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Moved objects from (site) to root" />
|
||||
<MESSAGE value="Separated admin and site pages" />
|
||||
<MESSAGE value="Fixed overeager purgecss" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Fixed overeager purgecss" />
|
||||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
|
||||
Reference in New Issue
Block a user