refactor: Move Astro project to root directory
- Move all Astro files from dealplustech-astro/ to root - Archive Next.js code in _nextjs-backup/ - Update .gitignore for Astro project - Simplify project structure This completes the migration from Next.js to Astro. The Astro project is now at the root level.
This commit is contained in:
32
.next/build-manifest.json
Normal file
32
.next/build-manifest.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"polyfillFiles": [
|
||||
"static/chunks/polyfills-78c92fac7aa8fdd8.js"
|
||||
],
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/_rpqMPjhAloA06YmSOFCm/_buildManifest.js",
|
||||
"static/_rpqMPjhAloA06YmSOFCm/_ssgManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/webpack-9a8fb33c832e81a2.js",
|
||||
"static/chunks/fd9d1056-be48aeae6e94b8d1.js",
|
||||
"static/chunks/23-1173f579f5a64b66.js",
|
||||
"static/chunks/main-app-32dd61581794e1e4.js"
|
||||
],
|
||||
"pages": {
|
||||
"/_app": [
|
||||
"static/chunks/webpack-9a8fb33c832e81a2.js",
|
||||
"static/chunks/framework-f66176bb897dc684.js",
|
||||
"static/chunks/main-fde355fa73d712a0.js",
|
||||
"static/chunks/pages/_app-6a626577ffa902a4.js"
|
||||
],
|
||||
"/_error": [
|
||||
"static/chunks/webpack-9a8fb33c832e81a2.js",
|
||||
"static/chunks/framework-f66176bb897dc684.js",
|
||||
"static/chunks/main-fde355fa73d712a0.js",
|
||||
"static/chunks/pages/_error-1be831200e60c5c0.js"
|
||||
]
|
||||
},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
Reference in New Issue
Block a user