Skip to content

Commit 80f2126

Browse files
committed
allow preview1 subdomain
1 parent 6e70ba7 commit 80f2126

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default defineConfig({
4444
},
4545
server: {
4646
// applies only to Vite dev server
47-
allowedHosts: ['localhost', 'preview.amd1.nemanjamitic.com'],
47+
allowedHosts: ['localhost', 'preview1.amd1.nemanjamitic.com'],
4848
},
4949
},
5050
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@astrojs/sitemap": "^3.3.0",
3838
"@astrojs/tailwind": "^5.1.5",
3939
"@fontsource-variable/inter": "^5.2.5",
40-
"astro": "^5.7.3",
40+
"astro": "^5.7.4",
4141
"astro-embed": "^0.9.0",
4242
"astro-expressive-code": "^0.41.1",
4343
"astro-icon": "^1.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,10 +1849,10 @@ astro-social-share@^2.0.3:
18491849
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.2.0.tgz#4e7609e251cd614a414d884cefc07888ff73d4f4"
18501850
integrity sha512-Z5ebhO6Yw4GLggw7wsTahdpS0f4pf/XuVjQlBpWZ0zyt0cKaVrlG/+u6RzrzN9B2t27wxp90XiosZNwvBZqA+Q==
18511851

1852-
astro@^5.7.3:
1853-
version "5.7.3"
1854-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.3.tgz#49f1684f10a794e13cb51ad101ae56a77803ae5f"
1855-
integrity sha512-2b/OOS/A6GO4QP94x6oRzwTfXabFqE2rlUbbi42o6wZm9+zzcOc6VRFAq4lTOEI/iCrEVl3wTdBAC5X3h3Es+Q==
1852+
astro@^5.7.4:
1853+
version "5.7.4"
1854+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.4.tgz#1888e4643342ae632043d6b2585f06add2f285cb"
1855+
integrity sha512-h+pndGOyoYbsBd0YvP7bL3gotUSlyltp8OLpcYg062w0n5c96wJ9xt/RmwwXzGbdcUjWFtw0c5z4zCA92NDmlA==
18561856
dependencies:
18571857
"@astrojs/compiler" "^2.11.0"
18581858
"@astrojs/internal-helpers" "0.6.1"

0 commit comments

Comments
 (0)