You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/reference/configs/file-structure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Subfolders contain the application source and application-specific configuration
64
64
| Application support files | Purpose |
65
65
|:--- |:--- |
66
66
|`app/`| Contains the component files in which your application logic and data are defined. See details [below](#app-src). |
67
-
|`assets/`| Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. |
67
+
|`public/`| Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. |
68
68
|`favicon.ico`| An icon to use for this application in the bookmark bar. |
69
69
|`index.html`| The main HTML page that is served when someone visits your site. The CLI automatically adds all JavaScript and CSS files when building your app, so you typically don't need to add any `<script>` or`<link>` tags here manually. |
70
70
|`main.ts`| The main entry point for your application. |
0 commit comments